fix build from pip
This commit is contained in:
parent
a32b372293
commit
9ebe47bee9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user