ansal commited on
Commit
cfb9a50
1 Parent(s): 5fea575

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,8 +12,8 @@ EXPOSE 7860
12
 
13
  USER root
14
  RUN mkdir -p /.cache
 
15
  RUN chmod 777 /code/*
16
- RUN chmod 777 /.cache/*
17
  USER user
18
 
19
  CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
12
 
13
  USER root
14
  RUN mkdir -p /.cache
15
+ RUN chmod 777 /.cache
16
  RUN chmod 777 /code/*
 
17
  USER user
18
 
19
  CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]