Skip to content

Commit

Permalink
attempt of fixing connection with api's gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed May 2, 2024
1 parent 70ef001 commit bb9a23a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN npm install
ARG API_URI="http://localhost:8000"
ENV REACT_APP_API_ENDPOINT=$API_URI

ARG API_URI2="http://localhost:8100"
ENV REACT_APIS_ENDPOINT=$API_URI2

#Create an optimized version of the webapp
RUN npm run build
RUN npm install serve
Expand Down

0 comments on commit bb9a23a

Please sign in to comment.