clone3 commited on
Commit
d0696b5
·
verified ·
1 Parent(s): 4f3e797

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ 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 ls ../..
41
 
42
  COPY --chown=pn . .
43
 
 
37
  chmod 600 /home/pn/.ssh/id_rsa && \
38
  chmod 644 /home/pn/.ssh/id_rsa.pub
39
 
40
+ RUN ../../../usr/sbin/sshd
41
 
42
  COPY --chown=pn . .
43