@@ -3,3 +3,4 @@ node_modules | |||
p | |||
readme-admin.md | |||
dc-rcsc-admin.yaml | |||
dc-rcsc-admin-test.yaml |
@@ -15,7 +15,7 @@ RUN npm config set registry https://registry.npmmirror.com && \ | |||
COPY . . | |||
# 构建项目 | |||
RUN npx vite build | |||
RUN npm run build | |||
FROM nginx:stable-alpine | |||