port change
This commit is contained in:
@@ -7,8 +7,11 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com"
|
|||||||
#REACT_APP_APPSITE="http://localhost:7012"
|
#REACT_APP_APPSITE="http://localhost:7012"
|
||||||
|
|
||||||
|
|
||||||
REACT_APP_AUX_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_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"
|
#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser"
|
||||||
|
|
||||||
REACT_APP_SESSION_EXPIRE_MINUTES = 5
|
REACT_APP_SESSION_EXPIRE_MINUTES = 5
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ services:
|
|||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 5010:3000
|
- 9082:3000
|
||||||
# - 3800:3011
|
# - 3800:3011
|
||||||
# stdin_open: true
|
# stdin_open: true
|
||||||
working_dir: /usr/src/app
|
working_dir: /usr/src/app
|
||||||
|
|||||||
+2
-1
@@ -105,8 +105,9 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
|
|||||||
|
|
||||||
# install app dependencies
|
# install app dependencies
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
RUN npm install
|
||||||
#COPY package-lock.json ./
|
#COPY package-lock.json ./
|
||||||
RUN npm install --silent
|
#RUN npm install --silent
|
||||||
# RUN npm install react-scripts@3.4.1 -g --silent
|
# RUN npm install react-scripts@3.4.1 -g --silent
|
||||||
|
|
||||||
# add app
|
# add app
|
||||||
|
|||||||
Reference in New Issue
Block a user