Skip to content

Commit

Permalink
[fix] Added NODE_ENV to docker-compose.yml for node
Browse files Browse the repository at this point in the history
  • Loading branch information
shov committed Apr 4, 2020
1 parent f1445f5 commit 957fbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
context: ./node
args:
- NODE_VERSION=${NODE_VERSION}
- NODE_ENV=${NODE_ENV}
- YARN_VERSION=${NODE_YARN_VERSION}
- INSTALL_YARN=${NODE_INSTALL_YARN}
- INSTALL_PG_CLIENT=${NODE_PG_CLIENT}
Expand Down

0 comments on commit 957fbc4

Please sign in to comment.