Files
medassist-ng/frontend
Daniel Volz c47a35d642 fix: use COPY --chmod instead of RUN chmod in frontend Dockerfile (#214)
The nginx-unprivileged base image runs as non-root, so RUN chmod
on / fails with 'Operation not permitted'. Use COPY --chmod=755
to set the executable bit at build time instead.
2026-02-14 21:12:51 +01:00
..
2026-01-23 21:42:57 +01:00
2026-02-14 21:07:14 +01:00
2025-12-19 13:09:53 +01:00
2025-12-19 13:09:53 +01:00