ShawnAI commited on
Commit
8ee6074
1 Parent(s): 13c0db6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ COPY --from=build-stage /app/Rel-17 /usr/local/nginx/html/Rel-17
13
  COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
14
  COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
15
  RUN nginx -V
 
16
 
17
  #RUN ls /etc/nginx/html
18
 
 
13
  COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
14
  COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
15
  RUN nginx -V
16
+ RUN car /etc/nginx/nginx.conf
17
 
18
  #RUN ls /etc/nginx/html
19