Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -26,5 +26,6 @@ RUN uv pip install --no-cache-dir numpy
|
|
| 26 |
|
| 27 |
# Command to run the server
|
| 28 |
EXPOSE 7860
|
| 29 |
-
CMD
|
|
|
|
| 30 |
#CMD ["langflow", "run", "--backend-only", "--env-file","/app/.env","--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 26 |
|
| 27 |
# Command to run the server
|
| 28 |
EXPOSE 7860
|
| 29 |
+
CMD ./start.sh
|
| 30 |
+
#CMD python3 -m chainlit run app.py --host 0.0.0.0 --port 7860
|
| 31 |
#CMD ["langflow", "run", "--backend-only", "--env-file","/app/.env","--host", "0.0.0.0", "--port", "7860"]
|