This commit is contained in:
2024-04-07 17:53:26 +03:00
parent 49cca89f70
commit c5fe8c063e

View File

@@ -11,3 +11,5 @@ RUN apk update && apk add --no-cache zabbix-agent2
RUN mkdir /etc/services.d/zabbix-agent2
COPY run /etc/services.d/zabbix-agent2/run
RUN chmod a+x /etc/services.d/zabbix-agent2/run
CMD ["/etc/services.d/zabbix-agent2/run"]