Explorar el Código

use lock file for npm install

Bernadette Elena Hammerle hace 4 años
padre
commit
c27fe6f5b7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -4,7 +4,6 @@ RUN apk add --no-cache git
 
 COPY package.json package-lock.json /app/
 WORKDIR /app
-RUN rm package-lock.json
 RUN npm install
 
 COPY . /app