diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 0076d0f..70f703a 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -8,6 +8,6 @@ RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/za RUN apk update && apk add --no-cache zabbix-agent2 -COPY rootfs / +COPY rootfs/* /etc/ RUN chmod a+x /etc/services.d/zabbix-agent2/run