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: .
ports:
- 4000:3000
- 3306:3306
env_file:
- .env.production.local

View File

@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"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": {
"@fortawesome/fontawesome-free": "^5.15.1",