feat: debug print at nextjs container start

This commit is contained in:
theoleuthardt 2025-02-28 11:47:55 +01:00
parent 1ef7f9f822
commit 2dad778d0e
3 changed files with 9 additions and 5 deletions

3
frontend/entrypoint.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "NEXT_PUBLIC_BACKEND_URL: $NEXT_PUBLIC_BACKEND_URL"
exec node server.js