mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
updating readme testing github actions
This commit is contained in:
parent
7d1d14e05f
commit
802db20e4e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue