lil alias

This commit is contained in:
shimunn 2019-01-19 20:30:43 +01:00
parent 5835ca7ad6
commit 11411b9d13

View File

@ -40,7 +40,7 @@ COPY --from=eventbuild /build/target/x86_64-unknown-linux-musl/debug/wg-event-ge
COPY init.sh /init.sh 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/ VOLUME /etc/wireguard/