Fix dev.sh script (Now respects port)

This commit is contained in:
Stephan
2022-05-18 08:27:11 +02:00
committed by La_Felx
parent b1c1e53a2d
commit f4288d7319
+2
View File
@@ -51,6 +51,8 @@ if [ "$RECREATE" = true ]; then
-e DATABASE_PASSWORD=server \
-e DATABASE_URL="postgresql://server:server@postgres:5432/management?schema=public" \
-e NODE_ENV="development" \
-e PORT="${D_PORT}" \
-p "${D_PORT}":"${D_PORT}" \
--entrypoint "/app/scripts/docker-entrypoint.dev.sh" \
node
fi