yarn.lock

This commit is contained in:
Anthony Metzidis
2017-10-20 15:08:21 -07:00
parent 86bad66ff4
commit 17ff90640f
2 changed files with 2005 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
ARG NODE_ENV ARG NODE_ENV
ENV NODE_ENV $NODE_ENV ENV NODE_ENV $NODE_ENV
COPY package.json /usr/src/app/ COPY package.json yarn.lock /usr/src/app/
RUN yarn install && yarn cache clean --force RUN yarn install && yarn cache clean --force
COPY . /usr/src/app COPY . /usr/src/app
+2004
View File
File diff suppressed because it is too large Load Diff