Explorar el Código

dockerfile

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

+ 2
- 1
Dockerfile Ver fichero

@@ -8,7 +8,8 @@ WORKDIR /app
COPY package*.json ./

# 安装依赖
RUN npm install
RUN npm config set registry https://registry.npmmirror.com && \
npm install

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

Cargando…
Cancelar
Guardar