refactor: 前端文件夹名称调整

This commit is contained in:
meilin.huang
2024-10-31 17:24:56 +08:00
parent df7413a9ea
commit af14be9801
343 changed files with 137 additions and 171 deletions

View File

@@ -3,7 +3,7 @@ FROM m.daocloud.io/docker.io/node:18-bookworm-slim as fe-builder
WORKDIR /mayfly
COPY mayfly_go_web .
COPY frontend .
RUN yarn config set registry 'https://registry.npmmirror.com' && \
yarn install && \