ShawnAI commited on
Commit
13c0db6
1 Parent(s): 51b86f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY --from=build-stage /app/Rel-18 /usr/local/nginx/html/Rel-18
12
  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
 
16
  #RUN ls /etc/nginx/html
17
 
@@ -20,5 +21,4 @@ COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
20
 
21
 
22
  EXPOSE 8080
23
- CMD ["nginx", "-V"]
24
  CMD ["nginx", "-g", "daemon off;"]
 
12
  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
 
 
21
 
22
 
23
  EXPOSE 8080
 
24
  CMD ["nginx", "-g", "daemon off;"]