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
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A
1 changed files with 1 additions and 0 deletions

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