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 7bc9d16 commit 1f3aec6Copy full SHA for 1f3aec6
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
-ENTRYPOINT ["/workspace/sqlc"]
+CMD ["/workspace/sqlc"]
0 commit comments