Skip to content

Commit

Permalink
changed ip
Browse files Browse the repository at this point in the history
  • Loading branch information
UO281801 committed May 2, 2023
1 parent ebeb5a6 commit 269842e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion restapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
#Install the dependencies
RUN npm install

ARG host="20.13.141.12"
ARG host="172.187.193.114"
ENV host=$host

CMD [ "npm", "start" ]
4 changes: 2 additions & 2 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ WORKDIR /app
#Install the dependencies
RUN npm install

ARG API_URI="http://20.13.141.12:5000/api"
ARG API_URI="http://172.187.193.114:5000/api"
ENV REACT_APP_API_URI=$API_URI

ARG HOST_URI="20.13.141.12"
ARG HOST_URI="172.187.193.114"
ENV host=$HOST_URI

#Create an optimized version of the webapp
Expand Down

0 comments on commit 269842e

Please sign in to comment.