Skip to content

Commit 27b8916

Browse files
authored
Merge pull request #7 from SalesLoft/SL-39001-gorollout
entrypoint
2 parents e7f8bd5 + 93c3e7d commit 27b8916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -o /rollout ./cmd/rollout/main.go
1616
FROM scratch
1717

1818
COPY --from=build /rollout /rollout
19-
CMD [ "/rollout" ]
19+
ENTRYPOINT [ "/rollout" ]

0 commit comments

Comments
 (0)