5 lines
88 B
Docker
5 lines
88 B
Docker
|
FROM scratch
|
||
|
COPY hbbs /usr/bin/hbbs
|
||
|
COPY hbbr /usr/bin/hbbr
|
||
|
WORKDIR /root
|