🔨 Update download

This commit is contained in:
Timmo 2019-08-04 13:05:03 +01:00
parent fa73a77436
commit c6f37c30b4

View file

@ -23,7 +23,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/262470002/artifacts/download" \
"https://gitlab.com/timmo/home-panel/-/jobs/262479703/artifacts/download" \
&& unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \
\