From 124b5552be47f427946d49508b188ef88a60833d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 19 Mar 2024 17:18:20 +0100 Subject: [PATCH] Fix the image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 79be6ae..aa4b769 100644 --- a/Containerfile +++ b/Containerfile @@ -9,4 +9,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o backend FROM scratch COPY --from=0 /app/backend /app -CMD ["/app"] +ENTRYPOINT ["/app"]