mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
adds NODE_ENV env variable to dockerfile
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
command: npm start
|
||||
environment:
|
||||
- PORT=3000
|
||||
- NODE_ENV=development
|
||||
- DATABASE_URL=postgres://postgres@postgresql/my_app_development
|
||||
depends_on:
|
||||
- postgresql
|
||||
|
||||
Reference in New Issue
Block a user