diff --git a/Dockerfile b/Dockerfile index c3f290fd..f6ae3bd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR /app COPY package.json . -RUN npm update RUN npm install COPY . .