4 lines
48 B
Docker
4 lines
48 B
Docker
|
FROM scratch
|
||
|
COPY swarm /
|
||
|
ENTRYPOINT ["/swarm"]
|