Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ COPY ./requirements.txt $HOME/app/requirements.txt
|
|
| 19 |
RUN pip install -r requirements.txt
|
| 20 |
|
| 21 |
# Define the default command to run the app
|
| 22 |
-
CMD ["chainlit", "run", "app.py", "--port", "
|
|
|
|
| 19 |
RUN pip install -r requirements.txt
|
| 20 |
|
| 21 |
# Define the default command to run the app
|
| 22 |
+
CMD ["chainlit", "run", "app.py", "--port", "8000"]
|