Missing $

This commit is contained in:
2024-11-24 12:43:16 +01:00
parent c3b90db9e6
commit 079b80c528
2 changed files with 2 additions and 2 deletions

View File

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