From 3c5879528631f9a4ee50f1108dead9cc538f5d27 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 6 Sep 2021 18:15:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20Dockerfile=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62d262f..40580fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ LABEL maintainer="Rishi Ghan " RUN mkdir -p /usr/src/threetwo WORKDIR /usr/src/threetwo -COPY package.json /usr/src/threetwo/ -COPY yarn.lock /usr/src/threetwo/ +COPY package.json /usr/src/threetwo +COPY yarn.lock /usr/src/threetwo COPY nodemon.json /usr/src/threetwo COPY jsdoc.json /usr/src/threetwo