Skip to content

Commit

Permalink
add apple sign in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed Nov 26, 2024
1 parent 7b94aad commit 314f135
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/themes/swimresults/*
!/themes/swimresults/login/
!/themes/swimresults/common/
!/providers/
!README.md
!Dockerfile
!.gitignore
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM bitnami/keycloak:22.0.1 as keycloak

COPY themes/ /opt/bitnami/keycloak/themes/
COPY providers/ /opt/bitnami/keycloak/providers/
Binary file not shown.

0 comments on commit 314f135

Please sign in to comment.