Skip to content

Commit b43b2a0

Browse files
authored
Revert "docker: Change ENTRYPOINT to CMD (#1943)"
This reverts commit 1f3aec6.
1 parent bfc765d commit b43b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN go run scripts/release.go -docker
1616
FROM scratch
1717

1818
COPY --from=builder /workspace/sqlc /workspace/sqlc
19-
CMD ["/workspace/sqlc"]
19+
ENTRYPOINT ["/workspace/sqlc"]

0 commit comments

Comments
 (0)