Files
actions-addlicense-docker/Dockerfile
aleksandr.vodyanov 0660c5ff1c up
2024-05-22 15:47:35 +03:00

14 lines
351 B
Docker

# Cocpyright (c) AVROID, Ltd., 2024
#
# You can not use the contents of the file in any way without
# AVROID, Ltd. written permission.
#
# To obtain such a permit, you should contact AVROID, Ltd.
# at https://avroid.ru
FROM harbor.avroid.tech/devops/addlicense:1.1.2
COPY entrypoint.sh /entrypoint.sh
COPY ./ /src
#ENTRYPOINT ["/src/entrypoint.sh"]