This commit is contained in:
parent
e743483039
commit
f6162016c6
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||||||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
||||||
# where available (npm@5+)
|
# where available (npm@5+)
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY src ./
|
COPY src ./src
|
||||||
RUN yarn
|
RUN yarn
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
# If you are building your code for production
|
# If you are building your code for production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user