parent
a0769d65e3
commit
fac7ebf4f6
1 changed files with 3 additions and 7 deletions
10
Dockerfile
10
Dockerfile
|
@ -23,15 +23,11 @@ RUN apk add --no-cache \
|
||||||
procps \
|
procps \
|
||||||
python \
|
python \
|
||||||
zlib-dev
|
zlib-dev
|
||||||
RUN npm i -g node-gyp
|
RUN npm i -g yarn
|
||||||
|
|
||||||
COPY ./package.json ./
|
|
||||||
RUN npm i
|
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN node-gyp configure \
|
RUN yarn install
|
||||||
&& node-gyp build \
|
RUN yarn build
|
||||||
&& npm run build
|
|
||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue