clone3 commited on
Commit
600fa8a
·
verified ·
1 Parent(s): 1f64f73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ RUN chmod 700 /home/pn/.ssh && \
37
  chmod 600 /home/pn/.ssh/id_rsa && \
38
  chmod 644 /home/pn/.ssh/id_rsa.pub
39
 
40
- RUN systemctl enable ssh
41
- RUN systemctl start ssh
42
 
43
  COPY --chown=pn . .
44
 
 
37
  chmod 600 /home/pn/.ssh/id_rsa && \
38
  chmod 644 /home/pn/.ssh/id_rsa.pub
39
 
40
+ #RUN systemctl enable ssh
41
+ #RUN systemctl start ssh
42
 
43
  COPY --chown=pn . .
44