Skip to content

Commit

Permalink
Merge branch 'main' into config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Feb 27, 2024
2 parents 67a921c + bd6b996 commit c9a9364
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ RUN Rscript -e '\
)) \
'

COPY .env /.env
COPY DESCRIPTION /DESCRIPTION
WORKDIR /workflow.data.preparation
COPY .env DESCRIPTION ./

RUN Rscript -e '\
readRenviron(".env"); \
pak::local_install_deps(); \
'

COPY . /
COPY .git/ ./.git/
COPY config.yml run_pacta_data_preparation.R ./

CMD Rscript run_pacta_data_preparation.R

0 comments on commit c9a9364

Please sign in to comment.