Skip to content

Commit

Permalink
Added missing migration scripts to dockerfile (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Noctunus <[email protected]>
  • Loading branch information
Noctunus and Noctunus authored Sep 29, 2024
1 parent dcfd1fe commit 714ece3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 714ece3

Please sign in to comment.