Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -142,7 +142,7 @@ RUN chown -R user:user /web-ui && chmod -R 755 /web-ui
|
|
| 142 |
|
| 143 |
# Use Conda environment Python explicitly
|
| 144 |
# CMD ["/home/user/miniconda/envs/webui/bin/python", "webui.py", "--ip", "0.0.0.0", "--port", "7860"]
|
| 145 |
-
|
| 146 |
|
| 147 |
# Start supervisor
|
| 148 |
-
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
|
|
|
| 142 |
|
| 143 |
# Use Conda environment Python explicitly
|
| 144 |
# CMD ["/home/user/miniconda/envs/webui/bin/python", "webui.py", "--ip", "0.0.0.0", "--port", "7860"]
|
| 145 |
+
CMD ["/web-ui/start.sh"]
|
| 146 |
|
| 147 |
# Start supervisor
|
| 148 |
+
# CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|