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
|
||||
target: runner
|
||||
ports:
|
||||
- '3007:3000'
|
||||
- '3006:3000'
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
DATABASE_URL: 'file:../data/dev.db' # Prisma
|
||||
|
||||
Reference in New Issue
Block a user