Skip to content

Commit

Permalink
fix: include migration file on build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx committed Aug 1, 2024
1 parent d71968c commit f2a5fb3
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 @@ -29,5 +29,6 @@ WORKDIR /app

COPY --from=build /app/stashbin .
COPY --from=build /app/public ./public
COPY ./database/migrations ./database/migrations

CMD ["./stashbin"]

0 comments on commit f2a5fb3

Please sign in to comment.