Fix image

This commit is contained in:
nicolas.dorier 2025-02-19 18:13:16 +09:00
parent 1ac53a386d
commit b230597fdd
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -29,5 +29,5 @@ COPY docker-entrypoint.sh docker-entrypoint.sh
# command / entrypoint of container
ENTRYPOINT [ "docker-entrypoint.sh" ]
ENTRYPOINT [ "./docker-entrypoint.sh" ]
CMD ["version"]