Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ COPY ./model_and_key_components.pkl /app/model_and_key_components.pkl
|
|
19 |
# Copy the Train data into the container
|
20 |
COPY ./Train.csv /app/Train.csv
|
21 |
|
22 |
-
# Expose port
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to start the Streamlit app
|
|
|
19 |
# Copy the Train data into the container
|
20 |
COPY ./Train.csv /app/Train.csv
|
21 |
|
22 |
+
# Expose port 7860 for the Streamlit application
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to start the Streamlit app
|