Spaces:
Runtime error
Runtime error
ahmedelbeshry
commited on
Commit
•
0d670b9
1
Parent(s):
a0596c6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ 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 8501
|
|
|
17 |
#COPY .env .env
|
18 |
|
19 |
# Expose the port the Flask app runs on
|
20 |
+
EXPOSE 7860
|
21 |
|
22 |
# Expose the port the Streamlit app runs on
|
23 |
EXPOSE 8501
|