Supprimer remove-app.sh

This commit is contained in:
Coline Reberga 2025-03-16 10:26:29 +00:00
parent dceb0ca395
commit 67c66bb557

View File

@ -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."