ShawnAI commited on
Commit
4d698ba
·
1 Parent(s): 457894b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ COPY --from=build-stage /app/Rel-18 /etc/nginx/html/Rel-18
11
  COPY --from=build-stage /app/Rel-17 /etc/nginx/html/Rel-17
12
  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
  COPY conf/nginx.conf /etc/nginx/nginx.conf
15
  RUN chmod -R 777 /var/cache/nginx
16
 
 
11
  COPY --from=build-stage /app/Rel-17 /etc/nginx/html/Rel-17
12
  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