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

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-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
- RUN car /etc/nginx/nginx.conf
17
 
18
  #RUN ls /etc/nginx/html
19
 
 
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 cat /etc/nginx/nginx.conf
17
 
18
  #RUN ls /etc/nginx/html
19