N-FIN-78: replace npm with bun

This commit is contained in:
Markus Thielker 2024-12-23 02:16:41 +01:00
parent 1aa3ed85c5
commit 021bfcc65d
No known key found for this signature in database
5 changed files with 12 additions and 7824 deletions

View file

@ -8,7 +8,7 @@ services:
depends_on:
postgres:
condition: service_healthy
command: npx prisma migrate deploy
command: bunx prisma migrate deploy
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks:
@ -42,7 +42,7 @@ services:
depends_on:
app-migrations:
condition: service_completed_successfully
command: npx prisma studio
command: bunx prisma studio
restart: unless-stopped
labels:
- "traefik.enable=true"