Spaces:
Build error
Build error
Hải Huỳnh
commited on
Commit
•
027b25e
1
Parent(s):
1436556
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
-
CMD ["chainlit", "run", "app.py"]
|
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|