Skip to content

Commit

Permalink
Copy migrations within the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jun 24, 2024
1 parent b723ece commit 7a66b1f
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,6 +22,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
RUN python3 -m pip install --upgrade pip

COPY google_sheets ./google_sheets
COPY migrations ./migrations
COPY scripts/* schema.prisma pyproject.toml README.md ./
RUN pip install -e ".[dev]"

Expand Down

0 comments on commit 7a66b1f

Please sign in to comment.