This commit is contained in:
Andras Bacsai
2022-10-04 23:06:46 +02:00
parent 6cd1c5de38
commit a901388887
3 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ 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