mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Revert "Docker: Back to npm from yarn (#4730)"
This reverts commit 112a72abdfb78f8f6c76891e721029f4dc87d5c3.
This commit is contained in:
parent
dd42164f31
commit
e21a6f97bc
@ -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 New Issue
Block a user