fix: docker entrypoint permissions (#1114)

This commit is contained in:
Jonas Plum
2024-11-06 02:12:09 +01:00
committed by GitHub
parent 97d0cd3428
commit 9285aec468

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"]