ShawnAI commited on
Commit
3c9610a
1 Parent(s): 974156e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ COPY --from=build-stage /app/Rel-15 /etc/nginx/html/Rel-15
15
  RUN ls /etc/nginx/html
16
  COPY conf/nginx.conf /etc/nginx/nginx.conf
17
  RUN chmod -R 777 /var/cache/nginx
 
 
18
 
19
  EXPOSE 8888
20
  CMD ["nginx", "-g", "daemon off;"]
 
15
  RUN ls /etc/nginx/html
16
  COPY conf/nginx.conf /etc/nginx/nginx.conf
17
  RUN chmod -R 777 /var/cache/nginx
18
+ RUN nginx -V
19
+
20
 
21
  EXPOSE 8888
22
  CMD ["nginx", "-g", "daemon off;"]