specify entrypoint location

This commit is contained in:
Emil Lerch 2023-03-27 13:33:48 -07:00
parent 687c012f7b
commit a6e34303cf
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -5,4 +5,4 @@ RUN true && \
COPY entrypoint.sh /
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]