Skip to content

Commit

Permalink
[FIXES] spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
zesu22 authored and ase-101 committed Jan 23, 2024
1 parent 9d76b07 commit 1f312f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oidc-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ENV SIGN_IN_WITH_ESIGNET_PLUGIN_URL=$sign_in_with_esignet_plugin_url
# Set a build-time environment variable (replace YOUR_ENV_VARIABLE_NAME with the desired variable name)
ARG oidcUIPublicUrl
ARG defaultLang
ARG deafultWellknown
ARG defaultWellknown

ENV OIDC_UI_PUBLIC_URL=$oidcUIPublicUrl
ENV DEFAULT_LANG=$defaultLang
ENV DEFAULT_WELLKNOWN=$deafultWellknown
ENV DEFAULT_WELLKNOWN=$defaultWellknown

# Set the environment variable as a placeholder for PUBLIC_URL
ENV PUBLIC_URL=_PUBLIC_URL_
Expand Down

0 comments on commit 1f312f4

Please sign in to comment.