Update build.sh

This commit is contained in:
Moritz Utcke
2023-07-10 19:36:20 +05:00
parent de47be96d6
commit 0fac93486f

View File

@@ -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;