Commit 51a39070 authored by Muhammad Ebad Sheikh's avatar Muhammad Ebad Sheikh

another change

parent ca286325
...@@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH ...@@ -10,7 +10,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 install react-scripts@3.4.1 -g --silent RUN npm install react-scripts@3.4.1 -g
# add app # add app
COPY . ./ COPY . ./
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment