Update app version and changelog for July End of Month Update; remove unused code in entrypoint script

This commit is contained in:
2025-07-25 04:39:30 +00:00
committed by GitHub
parent 57c4070bed
commit 940ed94579
4 changed files with 24 additions and 7 deletions

View File

@@ -15,6 +15,3 @@ printenv | grep NEXT_PUBLIC_ | while read -r line ; do
done
echo "✅ Environment variable replacement complete"
# Execute the container's main process (CMD in Dockerfile)
exec "$@"