Xavier Antonio Ochoa Chehab commited on
Commit ·
372722a
1
Parent(s): be56379
New commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir uv
|
|
| 18 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 19 |
|
| 20 |
COPY --chown=user . /app
|
| 21 |
-
CMD
|
|
|
|
| 18 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 19 |
|
| 20 |
COPY --chown=user . /app
|
| 21 |
+
CMD python3 -m chainlit run app.py --host 0.0.0.0 --port 7860
|