🔨 Update build

This commit is contained in:
Timmo 2019-09-01 11:48:56 +01:00
parent 1209e84e5a
commit 5f17136269

View file

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