clone3 commited on
Commit
e5f3390
·
verified ·
1 Parent(s): fbc555a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -37,9 +37,6 @@ 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
 
45
  CMD ["bash", "run.sh"]
 
37
  chmod 600 /home/pn/.ssh/id_rsa && \
38
  chmod 644 /home/pn/.ssh/id_rsa.pub
39
 
 
 
 
40
  COPY --chown=pn . .
41
 
42
  CMD ["bash", "run.sh"]