🔧 Fixed Dockerfile path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user