Update Dockerfile.wireguard_router

This commit is contained in:
Manevolent 2022-12-21 22:00:46 -07:00 committed by GitHub
parent f2200b4ddd
commit 075e1b6f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ FROM ghcr.io/linuxserver/wireguard
MAINTAINER Team Lixo <lixonet@team.lixo>
WORKDIR /app
ADD wireguard/check_wireguard.sh /app
ADD wireguard/check_routes.sh /app
RUN chmod -R 700 /app && chmod +x /app/check_routes.sh