Skip to content

Commit

Permalink
Merge pull request #23 from NL-TCH/dockerfile-fix
Browse files Browse the repository at this point in the history
fix container run
  • Loading branch information
billz authored Jan 11, 2024
2 parents 84fd67a + ea81656 commit 23a7ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
CMD [ "/bin/bash", "-c", "/home/firewall-rules.sh && /lib/systemd/systemd" ]

0 comments on commit 23a7ce3

Please sign in to comment.