Compare commits

...

2 commits

Author SHA1 Message Date
d9f87eb26d Merge pull request 'Removed react scripts' () from infra/bugfix into main
Reviewed-on: 
2021-07-12 20:48:36 +00:00
3965859f0d Removed react scripts 2021-07-12 22:47:47 +02:00

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