🔧 Fixed Dockerfile path

This commit is contained in:
2021-09-06 18:15:31 -07:00
parent efc8742699
commit 3c58795286

View File

@@ -4,8 +4,8 @@ LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
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