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 26e7271ad0
All checks were successful
continuous-integration/drone/push Build is passing
Don't expose that port
2020-04-06 22:14:12 +02:00

6 lines
58 B
Docker

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