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

Update Dockerfile

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