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