From 802db20e4e88783d110260c70d02c07c76751d73 Mon Sep 17 00:00:00 2001 From: Ian Norris <122937695+IanNorrisUSDS@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:48:04 -0800 Subject: [PATCH] updating readme testing github actions --- data/data-pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data-pipeline/README.md b/data/data-pipeline/README.md index e47a5a64..e342f18c 100644 --- a/data/data-pipeline/README.md +++ b/data/data-pipeline/README.md @@ -190,7 +190,7 @@ Once completed, run `docker-compose up`. Docker will spin up 3 containers: the c If you want to run specific data tasks, you can open a terminal window, navigate to the root folder for this repository and then execute any command for the application using this format: -`docker run --rm -it -v ${PWD}/data/data-pipeline/data_pipeline/data:/data_pipeline/data j40_data_pipeline python3 -m data_pipeline.application [command]` +`docker-compose run score --rm -it -v ${PWD}/data/data-pipeline/data_pipeline/data:/data_pipeline/data python3 -m data_pipeline.application [command]` Here's a list of commands: