We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be602a6 commit 525c621Copy full SHA for 525c621
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/README.md
@@ -18,7 +18,7 @@ task init
18
task build
19
20
# Run the image
21
-docker run {{ cookiecutter.github_org }}/{{ cookiecutter.project_name }}:0.0.0 --help
+docker run {{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}:0.0.0 --help
22
```
23
24
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