We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f245a61 commit caa64adCopy full SHA for caa64ad
docker/Dockerfile
@@ -35,6 +35,8 @@ RUN curl -Lo ZeroTierOne.tar.gz https://codeload.github.com/zerotier/ZeroTierOne
35
36
FROM docker.io/golang:bookworm
37
38
+# If you build it yourself, you will need to add the example directory into the docker directory.
39
+
40
COPY --chmod=700 ./entrypoint.sh /opt/zoraxy/
41
COPY --chmod=700 ./build_plugins.sh /usr/local/bin/build_plugins
42
COPY --chmod=700 ./example/plugins/ztnc/mod/zoraxy_plugin/ /opt/zoraxy/zoraxy_plugin/
0 commit comments