From 0fac93486fdada41b36b86744b9fca99fe7d8c6a Mon Sep 17 00:00:00 2001 From: Moritz Utcke <62291876+Letsmoe@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:36:20 +0500 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0358121c..448f4c29 100644 --- a/build.sh +++ b/build.sh @@ -50,5 +50,5 @@ docker run -d --name $APP_NAME --link $DB_CONTAINER_NAME \ -p "${APP_PORT}:80" \ -e DB_CONNECTION=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_CONTAINER_NAME}:${DB_PORT}/${DB_NAME} \ -e DB_PORT=${DB_PORT} \ - --env-file ~/apps/${APP_NAME}/.env + --env-file ~/apps/${APP_NAME}/.env \ $APP_NAME;