scontess commited on
Commit
f84b8cb
·
1 Parent(s): dee6b0b
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -18,10 +18,6 @@ RUN chmod -R 755 /app
18
 
19
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
20
 
21
- RUN useradd -m streamlit_user && chown -R streamlit_user /app/.cache
22
- USER streamlit_user
23
-
24
-
25
  EXPOSE 8501
26
 
27
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
 
18
 
19
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
20
 
 
 
 
 
21
  EXPOSE 8501
22
 
23
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health