Update Dockerfile.wireguard_router

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

View File

@ -6,5 +6,5 @@ ADD wireguard/check_routes.sh /app
RUN chmod -R 700 /app && chmod +x /app/check_routes.sh
USER root
CMD ["/app/check_routes.sh"]
ENTRYPOINT ["/app/check_routes.sh"]
CMD []