3 lines
96 B
Docker
3 lines
96 B
Docker
FROM busybox:latest
|
|
COPY bin/linux/amd64/flucky /usr/bin/flucky
|
|
ENTRYPOINT [ "/usr/bin/flucky" ] |