fixups
/ fatssh (push) Successful in 5m59s Details
/ macless-haystack-web (push) Failing after 57s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-01-14 17:09:37 +00:00
parent 9cee9ab7e5
commit 75a3eda123
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM nginx AS builder
RUN apt update && apt install unzip
RUN curl https://github.com/dchristl/macless-haystack/releases/download/v2.2.0/webapplication.zip -o /tmp/webapplication.zip && cd /usr/share/nginx/ && unzip /tmp/webapplication.zip
RUN apt-get update && apt-get install -y unzip
RUN curl https://github.com/dchristl/macless-haystack/releases/download/v2.2.0/webapplication.zip -o /tmp/webapplication.zip && cd /tmp/ && unzip webapplication.zip && mv web/* /usr/share/nginx/
FROM nginx
COPY --from=builder /usr/share/nginx /usr/share/nginx