We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc765d commit a230810Copy full SHA for a230810
Dockerfile
@@ -16,4 +16,4 @@ RUN go run scripts/release.go -docker
16
FROM scratch
17
18
COPY --from=builder /workspace/sqlc /workspace/sqlc
19
-CMD ["/workspace/sqlc"]
+ENTRYPOINT ["/workspace/sqlc"]
0 commit comments