Update docker/singlenode-wg/Dockerfile

This commit is contained in:
colin 2024-02-14 22:31:58 +00:00
parent e85f721e87
commit 9ea05ab7cf
1 changed files with 0 additions and 5 deletions

View File

@ -1,13 +1,8 @@
FROM alpine:latest
RUN apk add --no-cache wireguard-tools iptables curl
COPY setup-wireguard.sh /usr/local/bin/setup-wireguard.sh
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/setup-wireguard.sh \
&& chmod +x /usr/local/bin/entrypoint.sh
RUN /usr/local/bin/setup-wireguard.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]