ZeroTierOne/ci/Dockerfile.sid

8 lines
169 B
Docker
Raw Normal View History

2022-02-03 13:19:06 +00:00
FROM registry.sean.farm/sid-builder as stage
COPY . .
RUN /usr/bin/make -j 8
FROM scratch AS export
COPY --from=stage /zerotier-one .
COPY --from=stage /zerotier-cli .