change entrypoint

This commit is contained in:
Rustam Tagaev
2024-04-11 14:52:58 +03:00
parent 0ff51ffd0a
commit 0bd8b145da

View File

@@ -1,5 +1,5 @@
FROM harbor.avroid.tech/devops/addlicense:1.1.1 FROM harbor.avroid.tech/devops/addlicense:1.1.1
COPY entrypoint.sh /entrypoint.sh # COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] CMD ["addlicense", "-check", "."]