HALU-HAL commited on
Commit
ff8260c
·
2 Parent(s): 38cff14 c965fba

Merge branch 'release/0.4.1'

Browse files
Files changed (1) hide show
  1. 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"]