bottin/Dockerfile

6 lines
64 B
Docker

FROM scratch
ADD bottin.static /bottin
ENTRYPOINT ["/bottin"]