mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: unexpected port bind
This commit is contained in:
parent
b357f0a651
commit
77247acbfd
@ -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
|
||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user