This commit is contained in:
parent
f6162016c6
commit
6ccc3a5667
@ -5,7 +5,7 @@ WORKDIR /usr/src/app
|
|||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
# 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 *.json ./
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
RUN yarn
|
RUN yarn
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user