Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN useradd -u 1000 xd
|
|
15 |
RUN echo 'xd:xd' | chpasswd
|
16 |
EXPOSE 7860
|
17 |
|
18 |
-
CMD ["service sshd start","wetty", "-p 7860", "--allow-remote-hosts"]
|
|
|
15 |
RUN echo 'xd:xd' | chpasswd
|
16 |
EXPOSE 7860
|
17 |
|
18 |
+
CMD ["service sshd start;","wetty", "-p 7860", "--allow-remote-hosts"]
|