Compare commits

..

No commits in common. "d9f87eb26d93868d1208a67738dd719919b669d5" and "0ea048048bdcfd40acc3e61886f821cd757397a2" have entirely different histories.

View file

@ -5,6 +5,7 @@ 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