Create Dockerfile.wireguard_router

This commit is contained in:
Manevolent 2022-12-21 21:51:47 -07:00 committed by GitHub
parent e44ada451e
commit 22ccb316a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
FROM ghcr.io/linuxserver/wireguard
MAINTAINER Team Lixo <lixonet@team.lixo>
WORKDIR /app
ADD wireguard/check_wireguard.sh /app
RUN chmod -R 700 /app && chmod +x /app/check_routes.sh
USER root
CMD ["/app/check_routes.sh"]