rajistics commited on
Commit
dadf0c9
·
1 Parent(s): c1cb09b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
18
 
19
  ENV _R_SHLIB_STRIP_=true
20
 
21
- COPY ./app/* /srv/shiny-server/
22
 
23
  USER shiny
24
 
 
18
 
19
  ENV _R_SHLIB_STRIP_=true
20
 
21
+ # COPY ./app/* /srv/shiny-server/
22
 
23
  USER shiny
24