Spaces:
Runtime error
Runtime error
Add a comment just because I need to change something
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ COPY --chown=$APPUSER:appgroup . /app
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
|
|
9 |
EXPOSE 8501
|
10 |
|
11 |
# Run streamlit app under conda environment
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
+
# Expose port for streamlit
|
10 |
EXPOSE 8501
|
11 |
|
12 |
# Run streamlit app under conda environment
|