chore: added env_file property to SH-backend docker-compose file
This commit is contained in:
@@ -2,6 +2,8 @@ version: '3.0'
|
||||
services:
|
||||
local:
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
command: [ "pnpm", "run", "start:dev" ]
|
||||
environment:
|
||||
- PRODUCTION=false
|
||||
|
||||
Reference in New Issue
Block a user