mirror of https://github.com/WerWolv/ImHex
chore(web): allow nginx to access files in development docker image
This commit is contained in:
parent
f9c6866c7b
commit
3f30e63d95
|
|
@ -106,3 +106,4 @@ COPY --from=build [ \
|
|||
|
||||
FROM nginx
|
||||
COPY --from=raw . /usr/share/nginx/html
|
||||
RUN chmod -R 755 /usr/share/nginx/html
|
||||
|
|
|
|||
Loading…
Reference in New Issue