Skip to content

Commit

Permalink
Node environment corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 13, 2024
1 parent 8d81f3d commit 602bcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
environment:
TEST_FAAS_STARTUP_DEPLOY: ${TEST_FAAS_STARTUP_DEPLOY:-false}
TEST_FAAS_DEPENDENCY_DEPLOY: ${TEST_FAAS_DEPENDENCY_DEPLOY:-false}
NODE_ENVIRONMENT: "development"
NODE_ENVIRONMENT: ${NODE_ENVIRONMENT:-development}
network_mode: host
depends_on:
- faas
Expand Down

0 comments on commit 602bcee

Please sign in to comment.