From 985fc6200d7c9966909060c3d2f58c36392f6fd5 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 20 Mar 2025 16:11:43 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Update=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccd4ed5..bd26da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,11 @@ RUN go mod download COPY . . RUN go build -ldflags "-s -w" -o dodo -RUN echo "{}" > config.json FROM gcr.io/distroless/static-debian12:latest WORKDIR / COPY --from=builder /src/dodo /dodo -COPY --from=builder /src/config.json /config.json ENTRYPOINT ["./dodo"] \ No newline at end of file