We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4282b18 commit 5e26534Copy full SHA for 5e26534
docker/docker-compose.prod.yml
@@ -24,8 +24,8 @@ services:
24
25
prisma:
26
build:
27
- context: .
28
- dockerfile: Dockerfile.migrations
+ context: ..
+ dockerfile: packages/db/Dockerfile
29
container_name: sr24_prisma
30
environment:
31
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public
docker/Dockerfile.migrations packages/db/Dockerfiledocker/Dockerfile.migrations renamed to packages/db/Dockerfile
0 commit comments