Skip to content

Commit

Permalink
Update r.Dockerfile add csv
Browse files Browse the repository at this point in the history
update to copy csv files into the docker image
lisasivak authored Apr 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0a931e9 commit 09a9565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r.Dockerfile
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@ WORKDIR /app

COPY *.R /app
COPY *.rds /app
COPY *.csv /app

RUN Rscript packages.R

ENTRYPOINT ["Rscript", "run.R"]
ENTRYPOINT ["Rscript", "run.R"]

0 comments on commit 09a9565

Please sign in to comment.