14 lines
342 B
Docker
14 lines
342 B
Docker
# Copyright Avroid, Ltd. 2023-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/npm-groovy-lint:14.4.1-0
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|