diff --git a/Dockerfile b/Dockerfile index c88fc65..1786122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /usr/src/app COPY package*.json /usr/src/app/ # RUN npm install --force -RUN npm install -g npm@latest +# RUN npm install -g npm@latest RUN npm install # Copying source files