Skip to content

Commit

Permalink
use ./
Browse files Browse the repository at this point in the history
  • Loading branch information
spfeiffe committed May 20, 2024
1 parent 04fcb50 commit 3e0ce99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY renv/activate.R renv/activate.R
COPY renv/settings.json renv/settings.json
# RUN Rscript -e 'install.packages("renv")'
RUN Rscript -e 'install.packages("remotes")'
RUN Rscript -e 'install_all_packages_in_lockfile.R'
RUN Rscript -e './install_all_packages_in_lockfile.R'
# RUN Rscript -e 'renv::restore()'

# This part copies in the rest of the project
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bak
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN mkdir -p renv
COPY .Rprofile .Rprofile
COPY renv/activate.R renv/activate.R
COPY renv/settings.json renv/settings.json
RUN Rscript -e 'install.packages("renv")'
# RUN Rscript -e 'install.packages("renv")'
RUN Rscript -e 'install.packages("remotes")'
RUN Rscript -e 'install_all_packages_in_lockfile.R'
# RUN Rscript -e 'renv::restore()'
Expand Down

0 comments on commit 3e0ce99

Please sign in to comment.