mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
add binary
This commit is contained in:
parent
1d83735ad6
commit
b97f59c81d
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user