Skip to content

Commit

Permalink
Corrected hardcoded localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
PabVF23 committed May 2, 2023
1 parent 6291f04 commit abbd317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/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 API_URI="https://localhost:5443/api"
ARG API_URI="https://20.13.141.12:5443/api"
ENV REACT_APP_API_URI=$API_URI

ARG HOST_URI="20.13.141.12"
Expand Down

0 comments on commit abbd317

Please sign in to comment.