Dockerizzato progetto

This commit is contained in:
2022-08-30 13:33:35 +02:00
parent 3d22f4cc6a
commit 531b780645
21 changed files with 148 additions and 173 deletions
+2
View File
@@ -71,6 +71,8 @@ if [[ $SELECTED_MODES -ne 1 ]]; then
usage
fi
./aws-login.sh
if [[ $UNIT_MODE -eq 1 ]]; then
BUILDOPT+="u"
UNITOPT=""
+1 -1
View File
@@ -87,7 +87,7 @@ if [[ $OUT_DIRECTORY == "" ]]; then
usage
fi
cp -r "$DIR/../cicd/environments" "$OUT_DIRECTORY/environments"
cp -rT "$DIR/../cicd/environments" "$OUT_DIRECTORY/environments"
buildTemplate -f "$CFGFILE" -t "$STARTING_FILE" -o "$OUT_DIRECTORY/docker-compose.yml" --add TAG_NAME=$TAG