Compare commits
4 Commits
3ff077f26c
...
6ccc3a5667
Author | SHA1 | Date | |
---|---|---|---|
6ccc3a5667 | |||
f6162016c6 | |||
e743483039 | |||
aee79aac75 |
@ -5,7 +5,8 @@ WORKDIR /usr/src/app
|
||||
# Install app dependencies
|
||||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
||||
# where available (npm@5+)
|
||||
COPY package*.json ./
|
||||
COPY *.json ./
|
||||
COPY src ./src
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
# If you are building your code for production
|
||||
|
Loading…
x
Reference in New Issue
Block a user