ASd
This commit is contained in:
@ -9,7 +9,8 @@ WORKDIR /usr/src/app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
COPY ["package.json", "yarn.lock", ".yarnrc.yml", ".yarn", "/usr/src/app/"]
|
||||
COPY ["package.json", "yarn.lock", ".yarnrc.yml", "/usr/src/app/"]
|
||||
COPY ".yarn" /usr/src/app/.yarn
|
||||
|
||||
RUN yarn install
|
||||
|
||||
|
Reference in New Issue
Block a user