Spaces:
Runtime error
Runtime error
ahmedelbeshry
commited on
Commit
•
65c1263
1
Parent(s):
0d670b9
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,10 +17,10 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
17 |
#COPY .env .env
|
18 |
|
19 |
# Expose the port the Flask app runs on
|
20 |
-
EXPOSE
|
21 |
|
22 |
# Expose the port the Streamlit app runs on
|
23 |
-
EXPOSE
|
24 |
|
25 |
# Run the Flask app and Streamlit app using a single CMD
|
26 |
CMD ["streamlit", "run", "app.py"]
|
|
|
17 |
#COPY .env .env
|
18 |
|
19 |
# Expose the port the Flask app runs on
|
20 |
+
EXPOSE 8501
|
21 |
|
22 |
# Expose the port the Streamlit app runs on
|
23 |
+
EXPOSE 7860
|
24 |
|
25 |
# Run the Flask app and Streamlit app using a single CMD
|
26 |
CMD ["streamlit", "run", "app.py"]
|