Skip to content

Commit

Permalink
Ammend GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo authored Jan 25, 2024
1 parent 4179edd commit 4448975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PREZ_UI_HOME=${PREZ_UI_HOME}
COPY PREZ_UI_GIT_TAG /tmp/PREZ_UI_GIT_TAG

RUN export PREZ_UI_VERSION=$(cat /tmp/PREZ_UI_GIT_TAG) \
&& wget -O prez-ui.zip https://github.com/RDFLib/prez-ui/releases/download/v${PREZ_UI_VERSION}/prez-ui-${PREZ_UI_VERSION}.zip \
&& wget -O prez-ui.zip https://github.com/RDFLib/prez/archive/refs/tags/v${PREZ_UI_VERSION}.zip \
&& unzip prez-ui.zip

WORKDIR ${PREZ_UI_HOME}
Expand Down

0 comments on commit 4448975

Please sign in to comment.