GuysRGithub
commited on
Commit
•
6f60e87
1
Parent(s):
e0e7dbe
Fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,5 +21,5 @@ COPY --chown=user . $HOME/app
|
|
21 |
|
22 |
# Download a checkpoint
|
23 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
24 |
-
|
25 |
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
21 |
|
22 |
# Download a checkpoint
|
23 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
24 |
+
EXPOSE 80
|
25 |
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
|