Yahir commited on
Commit
0f66996
1 Parent(s): a2b5874

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN echo 'xd:xd' | chpasswd
17
 
18
  EXPOSE 7860
19
 
20
- CMD dropbear -E -F -p 22 -v -B -r /dev/null && wetty -p 7860 --allow-remote-hosts && tail -f /dev/null
 
17
 
18
  EXPOSE 7860
19
 
20
+ CMD dropbear -s -p 22 /dev/null && wetty -p 7860 --allow-remote-hosts && tail -f /dev/null