This commit is contained in:
2024-11-24 12:51:42 +01:00
parent 079b80c528
commit 6c641cb269

View File

@@ -7,4 +7,4 @@ WORKDIR /usr/src
COPY entrypoint.sh . COPY entrypoint.sh .
ENTRYPOINT ["sh", "-c", "/usr/src/entrypoint.sh"] ENTRYPOINT ["/usr/src/entrypoint.sh"]