port change

This commit is contained in:
2023-02-09 15:12:37 -05:00
parent 4c177dbc4c
commit 8b5ee2da8c
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -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