Supprimer prepare-app.sh

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

View File

@ -1,15 +0,0 @@
#!/bin/bash
set -e
echo "Start of preparation"
# Create the volume.
docker volume create pgdata
# Create the Docker network.
docker network create app_network
# Create the Flask application
docker build -t flask_app_image ./app
echo "Preparation done"