fix dockerfile
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions

This commit is contained in:
2025-03-25 02:01:45 +01:00
parent b362934ce9
commit ec3bce5731

View File

@@ -57,4 +57,4 @@ HEALTHCHECK --interval=1m CMD /etc/scripts/healthcheck.sh
# Deluge Deamon and web
EXPOSE 8112 58846
CMD ["/usr/local/bin/dumb-init", "/etc/openvpn/init.sh"]
CMD ["/usr/bin/dumb-init", "/etc/openvpn/init.sh"]