From adfd85532e2c1ae5c7f63d36546c9df37235ca40 Mon Sep 17 00:00:00 2001 From: Vladimir Pavlov Date: Sun, 28 May 2023 20:16:48 +0200 Subject: [PATCH] copy from builder --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b3e0abb..5e3e75e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /app FROM migrate/migrate +COPY --from=builder ./app ./ + ENTRYPOINT ["/app"] \ No newline at end of file