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/