feat: Remove required .env.local

This commit is contained in:
NikitolProject 2026-02-02 23:08:27 +03:00
parent ca283553a2
commit e2ccdad1be

View File

@ -6,8 +6,8 @@ services:
target: dev
ports:
- "3092:3000"
env_file:
- .env.local
# env_file:
# - .env.local
volumes:
- .:/app
- /app/node_modules