clone3 commited on
Commit
a8bd84f
·
verified ·
1 Parent(s): 18c2ccd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -26,6 +26,8 @@ RUN npm install --save express ws
26
 
27
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
28
 
 
 
29
  COPY --chown=pn . .
30
 
31
  CMD ["bash", "run.sh"]
 
26
 
27
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
28
 
29
+ RUN ssh-keygen
30
+
31
  COPY --chown=pn . .
32
 
33
  CMD ["bash", "run.sh"]