Skip to content

Commit

Permalink
Correción endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 committed Mar 10, 2024
1 parent da30cd2 commit 102f5ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN npm install

ARG API_URI="http://localhost:8000"
ENV REACT_APP_API_ENDPOINT=$API_URI
ARG API_GENERATOR_URI="http://localhost:8003"
ENV REACT_APP_API_GENERATOR_ENDPOINT=$API_GENERATOR_URI

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

0 comments on commit 102f5ba

Please sign in to comment.