Skip to content

Commit

Permalink
Added env var to avoid checking certificates on locally
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Oct 21, 2020
1 parent 94c7b87 commit 9653447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
restart: always
depends_on:
- db
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
build:
context: ./frontend
dockerfile: Dockerfile.dev
Expand Down

0 comments on commit 9653447

Please sign in to comment.