jcheng5 commited on
Commit
03bc916
·
1 Parent(s): ef83b17

poc of keepalive

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN R --quiet -e "install.packages('renv'); renv::init()"
11
  COPY ./renv.lock /code/renv.lock
12
 
13
  RUN R --quiet -e "renv::restore()"
 
14
  RUN ls
15
 
16
  COPY . .
 
11
  COPY ./renv.lock /code/renv.lock
12
 
13
  RUN R --quiet -e "renv::restore()"
14
+ RUN R --quiet -e "renv::install('rstudio/httpuv@ping')"
15
  RUN ls
16
 
17
  COPY . .