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
+5 -2
View File
@@ -7,8 +7,11 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com"
#REACT_APP_APPSITE="http://localhost:7012"
REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user"
REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user"
# REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user"
# REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user"
REACT_APP_AUX_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user"
REACT_APP_USERS_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user"
#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser"
REACT_APP_SESSION_EXPIRE_MINUTES = 5
+1 -1
View File
@@ -6,7 +6,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- 5010:3000
- 9082:3000
# - 3800:3011
# stdin_open: true
working_dir: /usr/src/app
+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