Add debugging code

+ Small fix in the event controller
+ Add development flag to the dev container
This commit is contained in:
Stephan
2022-04-28 14:39:16 +02:00
parent 09931c78da
commit 51c744de26
4 changed files with 25 additions and 7 deletions
+1
View File
@@ -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