Compare commits
2 commits
0ea048048b
...
d9f87eb26d
Author | SHA1 | Date | |
---|---|---|---|
d9f87eb26d | |||
3965859f0d |
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ ENV PATH /app/node_modules/.bin:$PATH
|
|||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
RUN npm ci --silent
|
||||
RUN npm install react-scripts -g --silent
|
||||
RUN npm audit fix
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
|
Loading…
Reference in a new issue