Explorar el Código

dockerfile

master
feing hace 7 meses
padre
commit
e50a9a8cc9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Dockerfile

+ 2
- 0
Dockerfile Ver fichero

@@ -7,7 +7,9 @@ WORKDIR /app
# 拷贝package.json和package-lock.json
COPY package*.json ./


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

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

Cargando…
Cancelar
Guardar