fix: copy prisma.config.ts into Container
This commit is contained in:
parent
78c068e5c6
commit
5a9f588d3d
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ COPY ./scripts/entrypoint.sh entrypoint.sh
|
|||
RUN chmod +x entrypoint.sh
|
||||
COPY --from=builder /app/build build/
|
||||
COPY --from=builder /app/prisma prisma/
|
||||
COPY --from=builder /app/prisma.config.ts prisma.config.ts
|
||||
COPY --from=builder /app/node_modules node_modules/
|
||||
COPY package.json .
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue