changed con
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY . /app
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Expose Streamlit's default port
|
14 |
-
EXPOSE
|
15 |
|
16 |
# Command to run the Streamlit app
|
17 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Expose Streamlit's default port
|
14 |
+
EXPOSE 7860
|
15 |
|
16 |
# Command to run the Streamlit app
|
17 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|