diff --git a/Dockerfile b/Dockerfile index 71b98314c9..993be06e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN go run scripts/release.go -docker FROM scratch COPY --from=builder /workspace/sqlc /workspace/sqlc -ENTRYPOINT ["/workspace/sqlc"] +CMD ["/workspace/sqlc"]