From 7e7e042591695125b0aa8312df39837ada4ba23b Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 23:13:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adjusting=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14bde73..04d9146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM node:17.3-alpine LABEL maintainer="Rishi Ghan " -RUN mkdir -p /usr/src/threetwo -WORKDIR /usr/src/threetwo +WORKDIR /threetwo -COPY package.json package-lock.json ./ +COPY package.json ./ +COPY package-lock.json ./ COPY yarn.lock ./ COPY nodemon.json ./ COPY jsdoc.json ./