feature/whitebophir #2
1 changed files with 3 additions and 4 deletions
|
@ -12,10 +12,9 @@ RUN apk update && apk add libcap
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|
||||||
RUN wget https://github.com/lovasoa/whitebophir/archive/refs/tags/v${VERSION}.zip -O artifact.zip \
|
RUN wget https://github.com/lovasoa/whitebophir/archive/refs/tags/v${VERSION}.tar.gz -O artifact.tar.gz \
|
||||||
&& unzip artifact.zip \
|
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
||||||
&& mv whitebophir-${VERSION}/* .
|
&& rm artifact.tar.gz
|
||||||
&& rm artifact.zip
|
|
||||||
|
|
||||||
RUN npm ci --production
|
RUN npm ci --production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue