Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
af49b82
1
Parent(s):
de2cf9b
Changes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -139,4 +139,4 @@ RUN echo "* Current User WHO AM I $(whoami)"
|
|
| 139 |
|
| 140 |
#CMD [ "/usr/sbin/sshd -p 2222 &&","source /app/venv/bin/activate &&","wssh --address='0.0.0.0' --port=7860 --xsrf=False --debug=True --maxconn=4 --policy=autoadd"]
|
| 141 |
CMD ["/app/start.sh"]
|
| 142 |
-
ENTRYPOINT ["
|
|
|
|
| 139 |
|
| 140 |
#CMD [ "/usr/sbin/sshd -p 2222 &&","source /app/venv/bin/activate &&","wssh --address='0.0.0.0' --port=7860 --xsrf=False --debug=True --maxconn=4 --policy=autoadd"]
|
| 141 |
CMD ["/app/start.sh"]
|
| 142 |
+
ENTRYPOINT ["/bin/sh", "/app/init.sh"]
|