Skip to content

Commit

Permalink
New attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 7, 2024
1 parent 0ecabdc commit 1532060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
build: ./webapp
depends_on:
- gatewayservice
- multiplayer
ports:
- "3000:3000"
networks:
Expand Down
1 change: 1 addition & 0 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install

ARG API_URI="http://localhost:8000"
ARG MULTIPLAYER_ENDPOINT
ENV MULTIPLAYER_ENDPOINT=$MULTIPLAYER_ENDPOINT
ENV REACT_APP_API_ENDPOINT=$API_URI

#Create an optimized version of the webapp
Expand Down

0 comments on commit 1532060

Please sign in to comment.