Skip to content

Commit

Permalink
Fix missing dash in flag (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoscoe authored Aug 13, 2024
1 parent 67eba78 commit 997e19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_dc/build_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you want to pick up the latest prebuilt version, do the following:
docker run -it \
-p 8080:8080 \
-e DEBUG=true \
-env-file $PWD/custom_dc/env.list \
--env-file $PWD/custom_dc/env.list \
-v $PWD/custom_dc/sample:$PWD/custom_dc/sample \
gcr.io/datcom-ci/datacommons-website-compose:latest
```
Expand Down

0 comments on commit 997e19f

Please sign in to comment.