Removed react scripts #144

Merged
cami merged 1 commit from infra/bugfix into main 2021-07-12 20:48:37 +00:00
Showing only changes of commit 3965859f0d - Show all commits

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