rajistics commited on
Commit
5cc228d
·
1 Parent(s): cfc0708
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -20,8 +20,7 @@ ENV _R_SHLIB_STRIP_=true
20
 
21
  COPY ./app/* /srv/shiny-server/
22
 
23
- RUN install2.r --error --skipinstalled \
24
- shiny \
25
  forecast \
26
  jsonlite \
27
  ggplot2 \
 
20
 
21
  COPY ./app/* /srv/shiny-server/
22
 
23
+ RUN shiny \
 
24
  forecast \
25
  jsonlite \
26
  ggplot2 \