service-drone-server/Dockerfile
Glenn Y. Rolland 8f435f86fc
All checks were successful
continuous-integration/drone/push Build is passing
chore: Bump drone version to 2.22.0
2024-01-09 22:36:52 +01:00

7 lines
150 B
Docker

FROM drone/drone:2.22.0
# FROM drone/drone:2.20.0
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]