Commit ca286325 authored by Muhammad Ebad Sheikh's avatar Muhammad Ebad Sheikh

dockerfile update

parent 6fdb56e1
......@@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
COPY package-lock.json ./
RUN npm install
#RUN npm install react-scripts@3.4.1 -g --silent
RUN npm install react-scripts@3.4.1 -g --silent
# add app
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