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"]