Spaces:
Runtime error
Runtime error
Todd Deshane
commited on
Commit
·
d0e30fa
1
Parent(s):
0d8c227
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
|
|
8 |
COPY ./requirements.txt $HOME/app/requirements.txt
|
9 |
RUN pip install -r $HOME/app/requirements.txt
|
10 |
COPY . .
|
11 |
-
CMD ["chainlit", "run", "notebooks/
|
|
|
8 |
COPY ./requirements.txt $HOME/app/requirements.txt
|
9 |
RUN pip install -r $HOME/app/requirements.txt
|
10 |
COPY . .
|
11 |
+
CMD ["chainlit", "run", "notebooks/app.py", "--port", "7860"]
|