modify file

This commit is contained in:
Nicholas Orlowsky 2021-06-30 15:35:47 -04:00
parent 7b5bcfe801
commit f3ff12f5ae

View file

@ -5,7 +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 install RUN npm install
RUN npm ci --silent
RUN npm install react-scripts@3.4.1 -g --silent RUN npm install react-scripts@3.4.1 -g --silent
COPY . ./ COPY . ./
RUN npm run build RUN npm run build