5a8b770632
All checks were successful
continuous-integration/drone/push Build is passing
Because HTTPS terminates at the Nginx layer.
8 lines
71 B
Docker
8 lines
71 B
Docker
FROM jboss/keycloak:9.0.2
|
|
|
|
EXPOSE 8080
|
|
|
|
EXPOSE 8443
|
|
|
|
COPY . ${WORKDIR}
|