Soleilw 7 months ago
parent
commit
94e3f22f47
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      .gitignore
  2. 1
    1
      Dockerfile

+ 1
- 0
.gitignore View File

@@ -3,3 +3,4 @@ node_modules
p
readme-admin.md
dc-rcsc-admin.yaml
dc-rcsc-admin-test.yaml

+ 1
- 1
Dockerfile View File

@@ -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


Loading…
Cancel
Save