service-drone-server/Dockerfile
glenux b22d8bf874
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
continuous-integration/drone Build is passing
Update Dockerfile
2024-10-19 09:04:19 +00:00

8 lines
177 B
Docker

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