6 lines
90 B
Docker
6 lines
90 B
Docker
FROM alpine:latest
|
|
|
|
COPY /.docker-bin/__BINARY__ /bin/__BINARY__
|
|
|
|
CMD ["/bin/__BINARY__"]
|