From a6cb306b9ee8efdb8516807e922c3ead04a77532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:00:58 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d12804c31..845dc2cf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN go build -ldflags="-s -w" -o /bin/scc FROM alpine:3.19 COPY --from=scc-get /bin/scc /bin/scc -ENTRYPOINT ["/bin/scc"] +CMD ["/bin/scc"]