Skip to content

Commit e38c3f2

Browse files
author
Tuomas Koponen
authored
Add PUBLIC_URL to network-explorer
Apparently webpack devserver needs also PUBLIC_URL to be defined
1 parent 17cfe98 commit e38c3f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ services:
258258
retries: 60
259259
stdin_open: true
260260
environment:
261+
PUBLIC_URL: "/network-explorer"
261262
REACT_APP_BASENAME: "/network-explorer"
262263
REACT_APP_STREAMR_API_URL: "${STREAMR_BASE_URL}/api/v1"
263264
REACT_APP_TRACKER_REGISTRY_PROVIDER: "${STREAMR_BASE_URL}/mainchain-rpc/http/"

0 commit comments

Comments
 (0)