aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: afc0b36164871c7c481efc9cf398c94d36c18322 (plain) (blame)
1
2
3
4
5
FROM scratch

ADD gobottin.static /gobottin

ENTRYPOINT ["/gobottin"]