Skip to content
Snippets Groups Projects
Unverified Commit 6e042ca3 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

Revert "Docker: Back to npm from yarn (#4730)"

This reverts commit 112a72ab.
parent 9381842a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment