feat: Remove required .env.local
This commit is contained in:
parent
ca283553a2
commit
e2ccdad1be
@ -6,8 +6,8 @@ services:
|
|||||||
target: dev
|
target: dev
|
||||||
ports:
|
ports:
|
||||||
- "3092:3000"
|
- "3092:3000"
|
||||||
env_file:
|
# env_file:
|
||||||
- .env.local
|
# - .env.local
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user