This commit is contained in:
2022-09-19 21:58:40 +02:00
parent 6729de1d73
commit f01bb72248
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
Versione dockerizzata di FDN2
### Dependencies
- AWS Cli
### Dev
+1 -1
View File
@@ -141,5 +141,5 @@ if [[ $DEPLOY_MODE -eq 1 ]]; then
./generateComposeFolder.sh -p -o "$OUT_FOLDER" -t $TAG
cd "$OUT_FOLDER"
docker-compose up -d
docker compose up -d
fi