Explorar el Código

dockerfile

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

+ 2
- 1
Dockerfile Ver fichero

COPY package*.json ./ COPY package*.json ./


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


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

Cargando…
Cancelar
Guardar