update
This commit is contained in:
parent
ce282415bf
commit
b849809114
@ -16,11 +16,6 @@ RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get clean
|
||||
|
||||
# copy necessary files
|
||||
## app folder
|
||||
COPY /example-app ./app
|
||||
## renv.lock file
|
||||
COPY /example-app/renv.lock ./renv.lock
|
||||
|
||||
# install renv & restore packages
|
||||
RUN Rscript -e 'install.packages("renv")'
|
||||
|
Loading…
Reference in New Issue
Block a user