Skip to content

Commit 1f3aec6

Browse files
authored
docker: Change ENTRYPOINT to CMD (#1943)
1 parent 7bc9d16 commit 1f3aec6

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-
ENTRYPOINT ["/workspace/sqlc"]
19+
CMD ["/workspace/sqlc"]

0 commit comments

Comments
 (0)