diff --git a/Dockerfile b/Dockerfile index 5b9e0b0..a2c7b91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /usr/src/app #Copy new files or directories into the filesystem of the container COPY package.json /usr/src/app -COPY package-lock.json /usr/src/app +#COPY package-lock.json /usr/src/app #Execute commands in a new layer on top of the current image and commit the results RUN npm install