Merge pull request 'Removed react scripts' (#144) from infra/bugfix into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #144
This commit is contained in:
cami 2021-07-12 20:48:36 +00:00
commit d9f87eb26d

View file

@ -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