Compare commits

..

1 Commits

Author SHA1 Message Date
Jonas Plum
9285aec468 fix: docker entrypoint permissions (#1114) 2024-11-06 02:12:09 +01:00

View File

@@ -13,4 +13,6 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
CMD ["/entrypoint.sh"]