Skip to content

Commit

Permalink
add migrations to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel committed Oct 26, 2024
1 parent 160532e commit 23d4357
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 @@ -11,6 +11,7 @@ COPY .cargo/config.toml .cargo/config.toml
RUN cargo fetch

COPY backend/ backend/
COPY migrations/ migrations/

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 23d4357

Please sign in to comment.