mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
🔨 Move build
This commit is contained in:
parent
87523ac76b
commit
92eda8c762
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ RUN \
|
|||
&& unzip -d /tmp /tmp/panel.zip \
|
||||
&& mv /tmp/build /opt/panel \
|
||||
\
|
||||
&& mkdir -p /tmp/panel \
|
||||
# TODO: Replace with actual download
|
||||
&& curl -J -L -o /tmp/panel.zip \
|
||||
"https://gitlab.com/timmo/home-panel/-/jobs/260786971/artifacts/download" \
|
||||
&& unzip -d /tmp/panel /tmp/panel.zip \
|
||||
&& mv /tmp/panel/build/* /opt/panel/public \
|
||||
\
|
||||
&& cd /opt/panel \
|
||||
&& yarn install \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue