This repository has been archived on 2020-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
drone.autonomic.zone/Dockerfile
Luke Murphy cbceb9c442
All checks were successful
continuous-integration/drone/push Build is passing
Try to use a new port (dont conflict with keycloak)
2020-03-31 15:13:12 +02:00

6 lines
51 B
Docker

FROM drone/drone:1
EXPOSE 8042
COPY . ${WORKDIR}