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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s
This commit is contained in:
@@ -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
0
scripts/.gitkeep
Normal file
Reference in New Issue
Block a user