From caa64ada760d0dab4e7382024dd1fbd7dc5363e7 Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Sat, 5 Apr 2025 15:41:29 -0400 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index c54306f..2375adb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,6 +35,8 @@ RUN curl -Lo ZeroTierOne.tar.gz https://codeload.github.com/zerotier/ZeroTierOne FROM docker.io/golang:bookworm +# If you build it yourself, you will need to add the example directory into the docker directory. + COPY --chmod=700 ./entrypoint.sh /opt/zoraxy/ COPY --chmod=700 ./build_plugins.sh /usr/local/bin/build_plugins COPY --chmod=700 ./example/plugins/ztnc/mod/zoraxy_plugin/ /opt/zoraxy/zoraxy_plugin/