Skip to content

Commit

Permalink
Fix api server host
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Jul 23, 2024
1 parent 3b47254 commit 905dd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ COPY package.json ./
COPY package-lock.json ./
RUN npm install

ARG SERVER_HOST
ARG API_SERVER_HOST
ARG KEYCLOAK_HOST
ARG KEYCLOAK_REALM_NAME

ENV API_SERVER_HOST $SERVER_HOST
ENV API_SERVER_HOST $API_SERVER_HOST
ENV KEYCLOAK_HOST $KEYCLOAK_HOST
ENV KEYCLOAK_REALM_NAME $KEYCLOAK_REALM_NAME
ENV KEYCLOAK_CLIENT_ID $KEYCLOAK_CLIENT_ID
Expand Down

0 comments on commit 905dd97

Please sign in to comment.