fix: make frontend image self-contained for read-only filesystems (#128)

Revert Dockerfile to use /tmp redirect for envsubst output, so the image
works regardless of docker-compose.yml tmpfs configuration. Removes the
uid=101,gid=101 requirement from compose that was a breaking change.
This commit is contained in:
Daniel Volz
2026-02-08 14:03:53 +01:00
committed by GitHub
parent 4f75d78a2b
commit 5253d14af7
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ services:
- /tmp:noexec,nosuid,size=64m
- /var/cache/nginx:noexec,nosuid,size=64m
- /var/run:noexec,nosuid,size=64m
- /etc/nginx/conf.d:noexec,nosuid,size=1m,uid=101,gid=101
- /etc/nginx/conf.d:noexec,nosuid,size=1m
cap_drop:
- ALL