-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There's a nice fancy line in the Dockerfile that is supposed to, as a default, configure the STAC Browser URL to link to the STAC API.
Line 17 in aaaa83a
| ENV REACT_APP_STAC_BROWSER="${REACT_APP_STAC_BROWSER}/#/external/$(echo ${REACT_APP_STAC_API} | sed 's|^https://||')" |
Unfortunately, that does not seem to work. Looks like ENV cannot be set dynamically. So we should probably remove the magic. 😢
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working