Spaces:
Runtime error
Runtime error
ypchangchatgpt
commited on
Commit
•
edac311
1
Parent(s):
87b8c32
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,5 +18,5 @@ RUN mkdir app
|
|
18 |
WORKDIR $HOME
|
19 |
COPY . $HOME
|
20 |
|
21 |
-
|
22 |
CMD streamlit run app.py
|
|
|
18 |
WORKDIR $HOME
|
19 |
COPY . $HOME
|
20 |
|
21 |
+
EXPOSE 8501
|
22 |
CMD streamlit run app.py
|