Kano001 commited on
Commit
caf9ce7
1 Parent(s): 970deff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,6 +28,8 @@ COPY --chown=pn build/ /home/pn/app/build/
28
 
29
  COPY --chown=pn . .
30
 
 
 
31
  RUN npm install --save express ws
32
 
33
  CMD ["bash", "run.sh"]
 
28
 
29
  COPY --chown=pn . .
30
 
31
+ COPY --chown=pn server.js/ /home/pn/app/
32
+
33
  RUN npm install --save express ws
34
 
35
  CMD ["bash", "run.sh"]