FROM ghcr.io/linuxserver/wireguard MAINTAINER 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"]