We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4259a commit e044b7eCopy full SHA for e044b7e
_facilitator/Dockerfile
@@ -2,3 +2,5 @@ FROM nginx:1-alpine
2
3
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
4
COPY ./src /usr/share/nginx/html
5
+
6
+RUN chmod -R 755 /usr/share/nginx/html
0 commit comments