Merge branch 'release/0.4.1'
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
|
|
|
| 15 |
EXPOSE 8501
|
| 16 |
|
| 17 |
CMD ["streamlit", "run", "app.py"]
|
|
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
+
RUN chmod 777 -R /app
|
| 16 |
EXPOSE 8501
|
| 17 |
|
| 18 |
CMD ["streamlit", "run", "app.py"]
|