Fixes to entrypoint script

This commit is contained in:
Calabro, Brandon
2025-07-21 11:21:46 -05:00
parent 2cbb9ed7e2
commit 69c6b31c80

View File

@@ -31,7 +31,7 @@ centralServerAddress=${CONTAINER_IP}
DSN=DBSERVICE
databaseUID=DBUSERNAME
developmentMode=true
useExternalAuth=true
useExternalAuth=false
[CentralServer]
developmentMode=true
@@ -54,4 +54,4 @@ ${END_MARKER}
EOF
# This command executes the original CMD from the Dockerfile
exec "$@"
exec "$@"