ShawnAI commited on
Commit
469b3db
1 Parent(s): 35211ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ 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
- RUN nginx -t
18
 
19
 
20
  EXPOSE 8888
 
14
  RUN ls /etc/nginx/html
15
  COPY conf/nginx.conf /etc/nginx/nginx.conf
16
  RUN chmod -R 777 /var/cache/nginx
 
17
 
18
 
19
  EXPOSE 8888