mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Fix dev.sh script (Now respects port)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user