From 11411b9d134531b2f2b10eb93077eb7bf3686590 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sat, 19 Jan 2019 20:30:43 +0100 Subject: [PATCH] lil alias --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 635ccf4..e2201cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY --from=eventbuild /build/target/x86_64-unknown-linux-musl/debug/wg-event-ge COPY init.sh /init.sh -RUN chmod +x /init.sh +RUN chmod +x /init.sh && echo 'alias nload="nload ${WG_INTERFACE:-wg0}"' >> /root/.bashrc VOLUME /etc/wireguard/