Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ RUN echo 'xd:xd' | chpasswd
|
|
17 |
|
18 |
EXPOSE 7860
|
19 |
|
20 |
-
CMD dropbear -
|
|
|
17 |
|
18 |
EXPOSE 7860
|
19 |
|
20 |
+
CMD dropbear -s -p 22 /dev/null && wetty -p 7860 --allow-remote-hosts && tail -f /dev/null
|