Explorar el Código

dockerfile

master
feing hace 7 meses
padre
commit
03d4b51467
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

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

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

Cargando…
Cancelar
Guardar