Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ COPY requirements.txt ./
|
|
| 12 |
RUN pip3 install -r requirements.txt
|
| 13 |
|
| 14 |
COPY src/ ./src/
|
|
|
|
| 15 |
|
| 16 |
# Create writable .streamlit folder with proper permissions
|
| 17 |
RUN mkdir -p /app/.streamlit && chmod 755 /app/.streamlit
|
|
|
|
| 12 |
RUN pip3 install -r requirements.txt
|
| 13 |
|
| 14 |
COPY src/ ./src/
|
| 15 |
+
COPY streamlit_app.py ./
|
| 16 |
|
| 17 |
# Create writable .streamlit folder with proper permissions
|
| 18 |
RUN mkdir -p /app/.streamlit && chmod 755 /app/.streamlit
|