Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasean authored Dec 18, 2023
1 parent 28b958d commit 6c57391
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM jboss/keycloak

USER root

RUN apt-get update && apt-get install -y jq

USER jboss

COPY create_users_and_roles.sh /opt/jboss/

ENTRYPOINT [ "/bin/bash", "/opt/jboss/create_users_and_roles.sh" ]

0 comments on commit 6c57391

Please sign in to comment.