Skip to content

Commit 85ea98b

Browse files
authored
fix: add d to appname (#652)
1 parent 56cfe60 commit 85ea98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starport/templates/app/launchpad/Dockerfile.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN for bin in cmd/*; do CGO_ENABLED=0 go build -o=/usr/local/bin/$(basename $bi
1111
FROM gcr.io/distroless/base
1212
COPY --from=builder /usr/local/bin /usr/local/bin
1313
USER nonroot:nonroot
14-
CMD ["<%= AppName %> start"]
14+
CMD ["<%= AppName %>d start"]

starport/templates/app/stargate/Dockerfile.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN for bin in cmd/*; do CGO_ENABLED=0 go build -o=/usr/local/bin/$(basename $bi
1111
FROM gcr.io/distroless/base
1212
COPY --from=builder /usr/local/bin /usr/local/bin
1313
USER nonroot:nonroot
14-
CMD ["<%= AppName %> start"]
14+
CMD ["<%= AppName %>d start"]

0 commit comments

Comments
 (0)