Spaces:
Sleeping
Sleeping
100stacks commited on
bug: troubleshooting build issues
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ COPY ./requirements.txt ~/app/requirements.txt
|
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
-
CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
+
CMD ["chainlit", "run", "app.py", "-w", "--host", "0.0.0.0", "--port", "7860"]
|