This commit is contained in:
Jan Przybylski 2020-11-27 19:16:09 +01:00
parent ce282415bf
commit b849809114

View File

@ -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")'