Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|