chore: unexpected port bind

This commit is contained in:
원더 2021-01-12 19:26:49 +09:00
parent b357f0a651
commit 77247acbfd
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,5 @@ services:
build: . build: .
ports: ports:
- 4000:3000 - 4000:3000
- 3306:3306
env_file: env_file:
- .env.production.local - .env.production.local

View File

@ -7,7 +7,8 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint --ext ts,tsx .", "lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --ext ts,tsx . --fix" "lint:fix": "eslint --ext ts,tsx . --fix",
"docker": "docker-compose up -d"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",