mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-23 10:42:50 +02:00
5 lines
124 B
Text
5 lines
124 B
Text
ARG PLATFORM
|
|
FROM 084037375216.dkr.ecr.us-east-2.amazonaws.com/${PLATFORM}-builder as stage
|
|
WORKDIR /work
|
|
COPY . .
|
|
RUN make
|