ShawnAI commited on
Commit
e446ac9
·
verified ·
1 Parent(s): 33e31c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY --from=build-stage /app/Rel-16 /etc/nginx/html/Rel-16
13
  COPY --from=build-stage /app/Rel-15 /etc/nginx/html/Rel-15
14
  RUN ls /etc/nginx/html
15
  COPY conf/nginx.conf /etc/nginx/nginx.conf
16
- RUN chmod -R 777 /var/cache/nginx
17
 
18
 
19
  EXPOSE 8888
 
13
  COPY --from=build-stage /app/Rel-15 /etc/nginx/html/Rel-15
14
  RUN ls /etc/nginx/html
15
  COPY conf/nginx.conf /etc/nginx/nginx.conf
16
+ RUN chmod -R 0755 /var/cache/nginx
17
 
18
 
19
  EXPOSE 8888