We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5f56c commit 3ebe295Copy full SHA for 3ebe295
Dockerfile
@@ -5,11 +5,13 @@ FROM node:slim
5
ARG APP_TITLE="STAC Manager"
6
ARG APP_DESCRIPTION="A web application for managing STAC catalogs"
7
ARG REACT_APP_STAC_API="https://earth-search.aws.element84.com/v0"
8
+ARG REACT_APP_STAC_BROWSER="https://radiantearth.github.io/stac-browser"
9
ARG PUBLIC_URL="http://127.0.0.1:8080"
10
11
ENV APP_TITLE=${APP_TITLE}
12
ENV APP_DESCRIPTION=${APP_DESCRIPTION}
13
ENV REACT_APP_STAC_API=${REACT_APP_STAC_API}
14
+ENV REACT_APP_STAC_BROWSER="${REACT_APP_STAC_BROWSER}/#/external/$(echo ${REACT_APP_STAC_API} | sed 's|^https://||')"
15
ENV PUBLIC_URL=${PUBLIC_URL}
16
17
# Set the working directory
0 commit comments