Use runtime env var for login page message to lower web container startup time (#577)

* Use runtime env var for loginPageMessage

* Rename VITE_LOGIN_PAGE_MESSAGE to PUBLIC_LOGIN_PAGE_MESSAGE in .env.example

* Move docker image `npm run build` step into Dockerfile

* Remove comment from web Dockerfile
This commit is contained in:
bo0tzz
2022-09-05 16:51:45 +02:00
committed by GitHub
parent a81ef7497c
commit 564ace3ddf
4 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
npm run build
if [ `id -u` -eq 0 ] && [ -n "$PUID" ] && [ -n "$PGID" ]; then
exec setpriv --reuid $PUID --regid $PGID --clear-groups node /usr/src/app/build/index.js
else