Skip to content

Commit

Permalink
chore: udpate dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent faa5866 commit 3a8f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN Rscript -e "gDRstyle::installAllDeps()"

#================= Check & build package
COPY ./ /tmp/gDRutils/
COPY .git/ /tmp/gDRutils/.git
COPY .git/ /tmp/gDRutils/.git/
RUN Rscript -e "gDRstyle::installLocalPackage('/tmp/gDRutils')"

#================= Clean up
Expand Down

0 comments on commit 3a8f362

Please sign in to comment.