From 714ece32af88c9c0718cda17bd3323673b599dde Mon Sep 17 00:00:00 2001 From: Noc <6710543+Noctunus@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:05:10 +0200 Subject: [PATCH] Added missing migration scripts to dockerfile (#48) Co-authored-by: Noctunus --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f9562a56..b2b5b03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,5 +22,6 @@ RUN apk add --no-cache olm-dev WORKDIR / COPY --from=build-stage /camino-messenger-bot/bot /camino-messenger-bot +COPY --from=build-stage /camino-messenger-bot/migrations ./migrations ENTRYPOINT ["./camino-messenger-bot"]