Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -143,6 +143,5 @@ RUN echo "* Current User WHO AM I $(whoami)"
|
|
| 143 |
#RUN chmod 777 /app/venv/lib/python3.12/site-packages/known_hosts
|
| 144 |
|
| 145 |
#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"]
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
ENTRYPOINT ["/app/start.sh"]
|
|
|
|
| 143 |
#RUN chmod 777 /app/venv/lib/python3.12/site-packages/known_hosts
|
| 144 |
|
| 145 |
#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"]
|
| 146 |
+
CMD ["/app/start.sh"]
|
| 147 |
+
ENTRYPOINT ["/app/init.sh"]
|
|
|