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
  • Loading branch information
lisasivak authored Apr 21, 2024
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
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 09a9565

Please sign in to comment.