Skip to content

Commit

Permalink
Include prisma schema in docker (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl authored Jun 20, 2024
1 parent 44bb79c commit 6f02a07
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 6f02a07

Please sign in to comment.