mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add debugging code
+ Small fix in the event controller + Add development flag to the dev container
This commit is contained in:
@@ -52,6 +52,7 @@ if [ "$RECREATE" = true ]; then
|
||||
-p $D_PORT:$D_PORT -e PORT=$D_PORT \
|
||||
-e DATABASE_PASSWORD=server \
|
||||
-e DATABASE_URL="postgresql://server:server@postgres:5432/management?schema=public" \
|
||||
-e NODE_ENV="development" \
|
||||
--entrypoint "/app/scripts/docker-entrypoint.dev.sh" \
|
||||
node
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user