Skip to content

Commit adcbbf7

Browse files
committed
docs(readme): fix docker run example to use project name
1 parent b8fe81d commit adcbbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name|replace(" ", "")}}

{{cookiecutter.project_name|replace(" ", "")}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ task init
1818
task build
1919

2020
# Run the image
21-
docker run {{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}:0.0.0 --help
21+
docker run {{ cookiecutter.github_org }}/{{ cookiecutter.project_name }}:0.0.0 --help
2222
```
2323

2424
If you'd like to build all of the supported docker images, you can set the `PLATFORM` env var to `all` like this:

0 commit comments

Comments
 (0)