The goal of `workflow.data.preparation` is to prepare all of the necessary data inputs for the Transition Monitor web application.
2
stars
0
forks
source link
copy only needed files to `/workflow.data.preparation/` in Docker image #175
Closed
cjyetman closed 8 months ago
closes #173 closes #172
WORKDIR /workflow.data.preparation
up so we don't have to keep specifying it.env
andDESCRIPTION
simultaneously.git/
separately because I can't figure out if/how to do a multi-copy including a sub-directoryconfig.yml
run_pacta_data_preparation.R
simultaneouslyshould we also remove the explicit
.dockerignore
@AlexAxthelm?