chore(web): allow nginx to access files in development docker image

This commit is contained in:
iTrooz
2025-12-14 00:08:11 +01:00
parent f9c6866c7b
commit 3f30e63d95

1
dist/web/Dockerfile vendored
View File

@@ -106,3 +106,4 @@ COPY --from=build [ \
FROM nginx
COPY --from=raw . /usr/share/nginx/html
RUN chmod -R 755 /usr/share/nginx/html