Soleilw 7 ay önce
ebeveyn
işleme
94e3f22f47
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1
    0
      .gitignore
  2. 1
    1
      Dockerfile

+ 1
- 0
.gitignore Dosyayı Görüntüle

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

+ 1
- 1
Dockerfile Dosyayı Görüntüle

@@ -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…
İptal
Kaydet