Skip to content

Commit

Permalink
Merge pull request #5 from open-data-rescue/create-docker-image
Browse files Browse the repository at this point in the history
fix code block
  • Loading branch information
balen authored Nov 14, 2023
2 parents 8644e3f + 5f3e0be commit 84434a3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ are:

To run the data processing python script after you have pull the image use

`
docker run \
--env DRAW_local_db_user=draw_user \
--env DRAW_local_db_pass=draw_user_password \
--env DRAW_local_db_name=climate_data_rescue \
--env DRAW_db_host=localhost \
--env DRAW_db_port=3306 \
-it --rm --network host \
--mount type=bind,source="./SEF",target=/opt/draw-post-processing/SEF \
ghcr.io/open-data-rescue/data-post-processing
`
```
docker run \
--env DRAW_local_db_user=draw_user \
--env DRAW_local_db_pass=draw_user_password \
--env DRAW_local_db_name=climate_data_rescue \
--env DRAW_db_host=localhost \
--env DRAW_db_port=3306 \
-it --rm --network host \
--mount type=bind,source="./SEF",target=/opt/draw-post-processing/SEF \
ghcr.io/open-data-rescue/data-post-processing
```

## NOTES:

Expand Down

0 comments on commit 84434a3

Please sign in to comment.