port change
This commit is contained in:
+2
-1
@@ -105,8 +105,9 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
|
||||
|
||||
# install app dependencies
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
#COPY package-lock.json ./
|
||||
RUN npm install --silent
|
||||
#RUN npm install --silent
|
||||
# RUN npm install react-scripts@3.4.1 -g --silent
|
||||
|
||||
# add app
|
||||
|
||||
Reference in New Issue
Block a user