Skip to content

Commit

Permalink
Minor: Changes to dockerfile for generated templates
Browse files Browse the repository at this point in the history
Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 2, 2024
1 parent 19d00ed commit 254153c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{ cookiecutter.project_name.strip() }}/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ ENV __BUILD_MODE__=${build_mode}
ENV ${build_mode}_mode=${build_mode}
# ^^ will be `debug_mode` or `production_mode`


# Run the binary
CMD ["./{{ cookiecutter.project_name.strip() }}"]

0 comments on commit 254153c

Please sign in to comment.