Compare commits
No commits in common. "d9f87eb26d93868d1208a67738dd719919b669d5" and "0ea048048bdcfd40acc3e61886f821cd757397a2" have entirely different histories.
d9f87eb26d
...
0ea048048b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV PATH /app/node_modules/.bin:$PATH
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY package-lock.json ./
|
COPY package-lock.json ./
|
||||||
RUN npm ci --silent
|
RUN npm ci --silent
|
||||||
|
RUN npm install react-scripts -g --silent
|
||||||
RUN npm audit fix
|
RUN npm audit fix
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
Loading…
Reference in a new issue