🔨 Update url

This commit is contained in:
Timmo 2019-09-08 18:40:51 +01:00
parent 8d5ea9610d
commit 9ad7d184db

View file

@ -25,7 +25,7 @@ RUN \
&& mkdir -p /tmp/panel \
# TODO: Replace with actual download
&& curl -J -L -o /tmp/panel.zip \
"https://gitlab.com/timmo/home-panel/-/jobs/285098478/artifacts/download" \
"https://gitlab.com/timmo/home-panel/-/jobs/290252839/artifacts/download" \
&& unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \
\