Kano001 commited on
Commit
64f8cdf
1 Parent(s): c5ef7e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -26,10 +26,6 @@ RUN npm install --save express ws
26
 
27
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
28
 
29
- #COPY --chown=pn build/ /home/pn/app/build/
30
-
31
- #COPY --chown=pn run.sh /home/pn/app/
32
  COPY --chown=pn . .
33
- #COPY --chown=pn server.js/ /home/pn/app/
34
 
35
  CMD ["bash", "run.sh"]
 
26
 
27
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
28
 
 
 
 
29
  COPY --chown=pn . .
 
30
 
31
  CMD ["bash", "run.sh"]