From 6dcdbd92272211a6f8f0c85740017a93eb2f4410 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 23:17:37 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Removed=20package-lock.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04d9146..4db86ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ LABEL maintainer="Rishi Ghan " WORKDIR /threetwo COPY package.json ./ -COPY package-lock.json ./ COPY yarn.lock ./ COPY nodemon.json ./ COPY jsdoc.json ./