Explorar o código

use lock file for npm install

Bernadette Elena Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
c27fe6f5b7
Modificáronse 1 ficheiros con 0 adicións e 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