hippocampus: fix oci wireguard vpn

This commit is contained in:
2025-07-21 19:01:53 -04:00
parent 033a9e582c
commit d8167b3bc1
3 changed files with 23 additions and 16 deletions

View File

@@ -2,4 +2,4 @@ FROM alpine:3.16
RUN apk add --no-cache bash wireguard-tools jq curl git ncurses
RUN git clone https://github.com/pia-foss/manual-connections /manual-connections
WORKDIR /manual-connections
ENTRYPOINT /manual-connections/run_setup.sh
CMD bash -c "/manual-connections/run_setup.sh && watch -n 60 curl ip.me"