service-drone-server/Dockerfile
glenux 6e560507b3
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
Update Dockerfile
2025-07-06 20:07:01 +00:00

9 lines
203 B
Docker

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