add binary

This commit is contained in:
Dedy Martadinata Supriyadi 2022-02-11 19:32:51 +07:00
parent 1d83735ad6
commit b97f59c81d

View File

@ -2,7 +2,7 @@ FROM node:16-alpine
ARG PACKAGE_REGISTRY_URL
ARG TARGETARCH
ARG CI_JOB_TOKEN
RUN apk add --no-cache curl && echo $TARGETARCH
RUN apk add --no-cache curl git && echo $TARGETARCH
COPY deemix-gui deemix-gui
WORKDIR deemix-gui/
RUN yarn install && yarn set-version && ./node_modules/.bin/pkg --out-dir dist ./server/package.json && yarn reset-version && ls -al dist/