use nxbuilder:alpine
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Daniel Wolf 2022-05-30 16:37:51 -04:00
parent 1c1932dee0
commit 5a8c3796c6
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
FROM nephatrine/alpine:builder AS builder
FROM nephatrine/nxbuilder:alpine AS builder
ARG H5AI_VERSION=0.31.0
RUN git -C /usr/src clone -b "$H5AI_VERSION" --single-branch --depth=1 https://github.com/glubsy/h5ai.git
RUN git -C ${HOME} clone -b "$H5AI_VERSION" --single-branch --depth=1 https://github.com/glubsy/h5ai.git
RUN echo "====== COMPILE H5AI ======" \
&& cd /usr/src/h5ai \
&& cd ${HOME}/h5ai \
&& npm install && npm run build \
&& mkdir -p /var/www/html/ \
&& unzip build/*.zip -d /var/www/html/