Skip to content

Commit

Permalink
Add client id to args
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Jul 23, 2024
1 parent 905dd97 commit a948fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install
ARG API_SERVER_HOST
ARG KEYCLOAK_HOST
ARG KEYCLOAK_REALM_NAME
ARG KEYCLOAK_CLIENT_ID

ENV API_SERVER_HOST $API_SERVER_HOST
ENV KEYCLOAK_HOST $KEYCLOAK_HOST
Expand Down

0 comments on commit a948fda

Please sign in to comment.