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