Spaces:
Paused
Paused
rcwaterman
commited on
Commit
•
e5102a5
1
Parent(s):
7e4c798
enabling network
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . $HOME/app
|
|
15 |
COPY ./requirements.txt ~/app/requirements.txt
|
16 |
RUN pip install -r requirements.txt
|
17 |
COPY . .
|
18 |
-
CMD ["chainlit", "run", "app.py", "--port", "
|
|
|
15 |
COPY ./requirements.txt ~/app/requirements.txt
|
16 |
RUN pip install -r requirements.txt
|
17 |
COPY . .
|
18 |
+
CMD ["chainlit", "run", "app.py", "--port", "8080"]
|