Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 8, 2024
1 parent 6b6828b commit 81342ed
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 @@ -8,7 +8,7 @@ RUN npm install

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

#Create an optimized version of the webapp
Expand Down

0 comments on commit 81342ed

Please sign in to comment.