feing 9 mesi fa
parent
commit
03d4b51467
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

@@ -10,7 +10,7 @@ COPY package*.json ./

# 安装依赖
RUN npm config set registry https://registry.npmmirror.com
RUN npm install
RUN npm install --unsafe-perm
#RUN npx vite build

# 将项目文件拷贝到工作目录

Loading…
Annulla
Salva