Fix reloading when DEV_MODE is true.

This commit is contained in:
Hemang
2025-02-04 14:31:25 +01:00
parent 847a01db84
commit 48220cd33c
+4
View File
@@ -8,6 +8,10 @@ services:
- .env
environment:
- DEV_MODE=true
volumes:
- type: bind
source: ./proxy
target: /srv/proxy
networks:
- invariant-explorer-web
ports: []