mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-08-09 11:41:50 +08:00
新版本UI更新
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
FROM node:18-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn config set registry 'https://registry.npmmirror.com/' && \
|
||||
yarn config set sharp_binary_host https://npmmirror.com/mirrors/sharp && \
|
||||
yarn config set sharp_libvips_binary_host https://npmmirror.com/mirrors/sharp-libvips && \
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN yarn run build
|
||||
CMD ["yarn", "run", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user