Supprimer remove-app.sh
This commit is contained in:
parent
dceb0ca395
commit
67c66bb557
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Remove the application"
|
||||
|
||||
docker rm -f flask_app postgres_db
|
||||
|
||||
# Remove the network and volume
|
||||
docker network rm app_network
|
||||
docker volume rm pgdata
|
||||
|
||||
echo "Application removed."
|
||||
|
Loading…
Reference in New Issue
Block a user