Remove scripts directory copy from Dockerfile to streamline build process and eliminate unnecessary files.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s

This commit is contained in:
Julien Froidefond
2025-12-17 12:38:24 +01:00
parent 5875813f2f
commit 2c7a346cde
2 changed files with 0 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /app/next.config.js ./next.config.js COPY --from=builder /app/next.config.js ./next.config.js
COPY --from=builder /app/prisma ./prisma COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/prisma.config.ts ./prisma.config.ts COPY --from=builder /app/prisma.config.ts ./prisma.config.ts
COPY --from=builder /app/scripts ./scripts
ENV DATABASE_URL="postgresql://user:pass@localhost:5432/db" ENV DATABASE_URL="postgresql://user:pass@localhost:5432/db"

0
scripts/.gitkeep Normal file
View File