This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
id.autonomic.zone/Dockerfile
Luke Murphy 5a8b770632
All checks were successful
continuous-integration/drone/push Build is passing
Don't mount volumes
Because HTTPS terminates at the Nginx layer.
2020-04-06 22:03:46 +02:00

8 lines
71 B
Docker

FROM jboss/keycloak:9.0.2
EXPOSE 8080
EXPOSE 8443
COPY . ${WORKDIR}