modify file
This commit is contained in:
parent
7b5bcfe801
commit
f3ff12f5ae
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue