feat: port 3000
This commit is contained in:
parent
2947743d28
commit
e2ebd2fb09
|
|
@ -8,7 +8,7 @@ services:
|
||||||
args:
|
args:
|
||||||
- REACT_APP_API_BASE_URL=${REACT_APP_API_BASE_URL}
|
- REACT_APP_API_BASE_URL=${REACT_APP_API_BASE_URL}
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "3000:80"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue