Skip to content

Commit

Permalink
Add missing keycloak variables during build precompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Apr 15, 2024
1 parent 5c281fe commit 3e53287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ ARG RAILS_HOST_NAME
ARG SECRET_KEY_BASE
ARG TZ

# Random stuff for keycloak variables that would raise during build
ARG CLIENT_ID=none
ARG SECRET=none
ARG HOST_URL=none
ARG REALM=none

# Set build shell
SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 3e53287

Please sign in to comment.