From a7b116943240bb142a0218b28120a549b313c701 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Mon, 26 Feb 2024 18:48:30 +0100 Subject: [PATCH] copy in `.env` and `config.yml` to Docker image (#62) fixes break from #58 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e3a5d7..b98b4fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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