Sfoglia il codice sorgente

use lock file for npm install

Bernadette Elena Hammerle 4 anni fa
parent
commit
c27fe6f5b7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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