Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-21 09:07:24 +00:00
parent c5765ca952
commit 153249211a

View File

@@ -20,4 +20,4 @@ COPY scripts/scheduler/*.sh /scripts/
RUN find ./scripts -name "*.sh" | xargs dos2unix
RUN ["chmod", "+x", "-R", "/scripts/"]
ENTRYPOINT ["/scripts/entrypoint.sh"]
CMD /scripts/entrypoint.sh