Skip to content

Commit

Permalink
Merge pull request #47 from lisasivak/patch-5
Browse files Browse the repository at this point in the history
Update r.Dockerfile_copy csv files
  • Loading branch information
vloothuis authored Apr 23, 2024
2 parents 0a931e9 + 09a9565 commit 46b7830
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
Expand Up @@ -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 46b7830

Please sign in to comment.