fix: 数据同步更新时间展示等问题

This commit is contained in:
meilin.huang
2024-01-23 09:27:05 +08:00
parent 9efd20f1b9
commit 76cb991282
6 changed files with 16 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /mayfly
COPY mayfly_go_web .
RUN yarn config set registry 'https://registry.npm.taobao.org' && \
RUN yarn config set registry 'https://registry.npmmirror.com' && \
yarn install && \
yarn build