Skip to content

Commit

Permalink
Add update runner to image
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 16, 2024
1 parent d2abe8b commit 26a18a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY renv.lock /home/user/renv.lock
RUN R -s -e "renv::restore()"

COPY update_indices.R /home/user/update_indices.R
COPY run_update.R /home/user/run_update.R
COPY api.R /home/user/api.R
COPY api.md /home/user/api.md
COPY favicon.ico /home/user/favicon.ico
Expand Down

0 comments on commit 26a18a2

Please sign in to comment.