We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cfe60 commit 85ea98bCopy full SHA for 85ea98b
starport/templates/app/launchpad/Dockerfile.plush
@@ -11,4 +11,4 @@ RUN for bin in cmd/*; do CGO_ENABLED=0 go build -o=/usr/local/bin/$(basename $bi
11
FROM gcr.io/distroless/base
12
COPY --from=builder /usr/local/bin /usr/local/bin
13
USER nonroot:nonroot
14
-CMD ["<%= AppName %> start"]
+CMD ["<%= AppName %>d start"]
starport/templates/app/stargate/Dockerfile.plush
0 commit comments