
FROM debian:buster

COPY hebo /usr/bin/hebo
COPY hebo.toml /etc/hebo/hebo.toml

CMD ["/usr/bin/hebo"]
