chore(docker): change exposed port from 3007 to 3006 in docker-compose.yml
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: runner
|
target: runner
|
||||||
ports:
|
ports:
|
||||||
- '3007:3000'
|
- '3006:3000'
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
DATABASE_URL: 'file:../data/dev.db' # Prisma
|
DATABASE_URL: 'file:../data/dev.db' # Prisma
|
||||||
|
|||||||
Reference in New Issue
Block a user