Commit 6fdb56e1 authored by Muhammad Ebad Sheikh's avatar Muhammad Ebad Sheikh

dockerfile changes

parent 13edc00b
...@@ -9,8 +9,8 @@ ENV PATH /app/node_modules/.bin:$PATH ...@@ -9,8 +9,8 @@ ENV PATH /app/node_modules/.bin:$PATH
# install app dependencies # install app dependencies
COPY package.json ./ COPY package.json ./
COPY package-lock.json ./ COPY package-lock.json ./
RUN npm install --silent 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 # 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