diff --git a/Dockerfile b/Dockerfile index 80f63c1..0ea2a93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ RUN apt update && apt install -y sudo wget procps curl systemd && rm -rf /var/li RUN curl -sL https://install.raspap.com | bash -s -- --yes --wireguard 1 --openvpn 1 --adblock 1 COPY firewall-rules.sh /home/firewall-rules.sh RUN chmod +x /home/firewall-rules.sh -CMD /home/firewall-rules.sh \ No newline at end of file +CMD [ "/bin/bash", "-c", "/home/firewall-rules.sh && /lib/systemd/systemd" ] \ No newline at end of file