Supprimer prepare-app.sh
This commit is contained in:
parent
ad5205d315
commit
dceb0ca395
@ -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"
|
Loading…
Reference in New Issue
Block a user