Dockerfile update
This commit is contained in:
parent
7489f172a1
commit
6cd1c5de38
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ COPY --from=build /app/apps/ui/build/ ./public
|
|||
COPY --from=build /app/apps/api/prisma/ ./prisma
|
||||
COPY --from=build /app/apps/api/package.json .
|
||||
COPY --from=build /app/docker-compose.yaml .
|
||||
COPY --from=build /app/.npmrc .
|
||||
|
||||
RUN pnpm install -p
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue