mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Add USE_DOCKER_WATCHOPTIONS
Let docker containers to make use of watchOptions and polling
This commit is contained in:
parent
2dd9d5a27e
commit
1624c92ef4
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
environment:
|
||||
- API_HOST=http://localhost:8491
|
||||
- FALLBACK=http://localhost:8080
|
||||
- USE_DOCKER_WATCHOPTIONS=true
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in a new issue