Skip to content

Commit

Permalink
Merge pull request #7 from SalesLoft/SL-39001-gorollout
Browse files Browse the repository at this point in the history
entrypoint
  • Loading branch information
JeremyCraven authored Jul 11, 2022
2 parents e7f8bd5 + 93c3e7d commit 27b8916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -o /rollout ./cmd/rollout/main.go
FROM scratch

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

0 comments on commit 27b8916

Please sign in to comment.