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 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