Skip to content

Commit 525c621

Browse files
committed
Ensure project name docker run is lowercased
1 parent be602a6 commit 525c621

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_name }}:0.0.0 --help
21+
docker run {{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}: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)