Remove update command

Removed `npm update` command.
This commit is contained in:
Sergio 2023-04-21 22:48:19 +02:00 committed by GitHub
parent be967612ea
commit 734a3a8976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@ WORKDIR /app
COPY package.json . COPY package.json .
RUN npm update
RUN npm install RUN npm install
COPY . . COPY . .