fix build from pip

This commit is contained in:
Ishaan Jaff 2025-06-14 08:50:14 -07:00
parent 95bf272832
commit a32b372293

View File

@ -18,7 +18,7 @@ RUN --mount=type=cache,target=${HOME}/.cache/pip \
${HOME}/venv/bin/pip install -r requirements.txt
# Copy Prisma schema file
COPY ../../schema.prisma .
COPY schema.prisma .
# Generate prisma client
RUN prisma generate