diff --git a/{{ cookiecutter.project_name.strip() }}/docker/Dockerfile b/{{ cookiecutter.project_name.strip() }}/docker/Dockerfile index 0bf06e1..cdbb164 100644 --- a/{{ cookiecutter.project_name.strip() }}/docker/Dockerfile +++ b/{{ cookiecutter.project_name.strip() }}/docker/Dockerfile @@ -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() }}"]