fix: need to copy prisma folder

This commit is contained in:
Derrick Hammer 2023-12-25 00:40:50 -05:00
parent 5174b0077e
commit 48b7db9193
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ COPY --from=builder /app/node_modules /app/node_modules
COPY --from=builder /app/package.json /app/
COPY --from=builder /app/scripts /app/scripts
COPY --from=builder /app/app /app/app/
COPY --from=builder /app/prisma /app/prisma/
RUN apt-get update -y && apt-get install -y openssl