forked from FoundKeyGang/FoundKey
Revert "Docker: Back to npm from yarn (#4730)"
This reverts commit 112a72abdf
.
This commit is contained in:
parent
9381842af2
commit
6e042ca344
1 changed files with 3 additions and 2 deletions
|
@ -21,11 +21,12 @@ RUN apk add --no-cache \
|
|||
pkgconfig \
|
||||
python \
|
||||
zlib-dev
|
||||
RUN npm i -g yarn
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm i
|
||||
RUN yarn install
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
RUN yarn build
|
||||
|
||||
FROM base AS runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue