Bootstrapp keycloak

This commit is contained in:
Luke Murphy
2020-03-15 13:28:35 +01:00
parent 38999c57c4
commit ee5e0ae84c
5 changed files with 40 additions and 7 deletions

View File

@ -1,3 +1,9 @@
FROM jboss/keycloak:9.0.0
EXPOSE 80:8080
EXPOSE 8080
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/dokku-entrypoint.sh"]