mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-24 14:25:18 -07:00
yarn.lock
This commit is contained in:
parent
86bad66ff4
commit
17ff90640f
2 changed files with 2005 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue