Spaces:
Sleeping
Sleeping
poc of keepalive
Browse files- 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 . .
|