This commit is contained in:
2024-04-07 18:24:12 +03:00
parent 80e1a4ea1b
commit 3ff71a5e22

View File

@@ -73,6 +73,6 @@ USER 1997
# CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/etc/zabbix/zabbix_agent2.conf"] # CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/etc/zabbix/zabbix_agent2.conf"]
COPY run.sh / COPY run.sh /
RUN chmod a+x /run.sh RUN sudo chmod a+x /run.sh
CMD [ "/run.sh" ] CMD [ "/run.sh" ]