Permalink
Cannot retrieve contributors at this time
executable file
6 lines (4 sloc)
108 Bytes
|
#!/bin/bash |
|
|
|
cd "$(dirname "$0")" |
|
echo "Cleaning up containers and images in `pwd`" |
|
|
|
docker-compose down -v |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.