Skip to content

Commit

Permalink
Include prisma schema in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jun 20, 2024
1 parent 44bb79c commit 79b6740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 scripts/* pyproject.toml README.md ./
COPY scripts/* schema.prisma pyproject.toml README.md ./
RUN pip install -e ".[dev]"

EXPOSE ${PORT}
Expand Down

0 comments on commit 79b6740

Please sign in to comment.