lixonet-ee/Dockerfile.wireguard_router
2022-12-21 22:00:46 -07:00

11 lines
221 B
Docker

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