Skip to content

Commit

Permalink
copy in .env and config.yml to Docker image (#62)
Browse files Browse the repository at this point in the history
fixes break from #58
  • Loading branch information
cjyetman authored Feb 26, 2024
1 parent d93b71c commit a7b1169
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 @@ -21,7 +21,7 @@ RUN Rscript -e "\
"

# copy in workflow repo
COPY prepare_pacta_indices.R /workflow.prepare.pacta.indices/prepare_pacta_indices.R
COPY prepare_pacta_indices.R .env config.yml /workflow.prepare.pacta.indices/

WORKDIR /workflow.prepare.pacta.indices

Expand Down

0 comments on commit a7b1169

Please sign in to comment.