update dockerfile
This commit is contained in:
parent
2030f714fa
commit
1bd6a8ed9e
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ 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/apps/api/tags.json .
|
||||
COPY --from=build /app/apps/api/templates.json .
|
||||
|
||||
RUN pnpm install -p
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue