Yahir commited on
Commit
2cbfb5f
1 Parent(s): 18b303b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /usr/sbin/sshd -D & wetty -p 7860 --allow-remote-hosts && tail -f /dev/null