Peiyan commited on
Commit
6963a33
·
verified ·
1 Parent(s): 6af5618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -37,7 +37,6 @@ RUN chmod -R 755 /var/log/nginx && \
37
  # Step #3: configure nginx and flask
38
  COPY --from=build-step /app/frontend/build /usr/share/nginx/html
39
  COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf
40
- COPY deployment/default /etc/nginx/sites-enabled/default
41
  COPY deployment/docker/serve.sh /serve.sh
42
  RUN chmod a+x /serve.sh
43
 
 
37
  # Step #3: configure nginx and flask
38
  COPY --from=build-step /app/frontend/build /usr/share/nginx/html
39
  COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf
 
40
  COPY deployment/docker/serve.sh /serve.sh
41
  RUN chmod a+x /serve.sh
42