Commit
8f6f133
·
verified ·
1 Parent(s): 904b797

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 8000
58
 
59
  # Set the entrypoint to open a normal terminal for the web UI
60
- CMD ["gritty", "--port", "8000", "--command", "bash", "--auto-restart"]
 
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"]