Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -54,7 +54,7 @@ RUN ./dist/proot -S ./rootfs /bin/bash -c "\
|
|
| 54 |
echo '-: Package and Sudo setup complete. :-'"
|
| 55 |
|
| 56 |
# Expose port 8000 (if needed for your application)
|
| 57 |
-
EXPOSE
|
| 58 |
|
| 59 |
# Set the entrypoint to open a normal terminal for the web UI
|
| 60 |
-
CMD ["gritty", "--port", "
|
|
|
|
| 54 |
echo '-: Package and Sudo setup complete. :-'"
|
| 55 |
|
| 56 |
# Expose port 8000 (if needed for your application)
|
| 57 |
+
EXPOSE 7860
|
| 58 |
|
| 59 |
# Set the entrypoint to open a normal terminal for the web UI
|
| 60 |
+
CMD ["gritty", "--port", "7860", "--command", "bash", "--auto-restart"]
|