Skip to content

Commit 5e26534

Browse files
committed
Move Dockerfile.migrations to packages/db
1 parent 4282b18 commit 5e26534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ services:
2424

2525
prisma:
2626
build:
27-
context: .
28-
dockerfile: Dockerfile.migrations
27+
context: ..
28+
dockerfile: packages/db/Dockerfile
2929
container_name: sr24_prisma
3030
environment:
3131
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public

0 commit comments

Comments
 (0)