Skip to content

Commit caa64ad

Browse files
committed
Update Dockerfile
1 parent f245a61 commit caa64ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ RUN curl -Lo ZeroTierOne.tar.gz https://codeload.github.com/zerotier/ZeroTierOne
3535

3636
FROM docker.io/golang:bookworm
3737

38+
# If you build it yourself, you will need to add the example directory into the docker directory.
39+
3840
COPY --chmod=700 ./entrypoint.sh /opt/zoraxy/
3941
COPY --chmod=700 ./build_plugins.sh /usr/local/bin/build_plugins
4042
COPY --chmod=700 ./example/plugins/ztnc/mod/zoraxy_plugin/ /opt/zoraxy/zoraxy_plugin/

0 commit comments

Comments
 (0)