aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 6b834ff193dcb464067aa733828877c1a81ac428 (plain) (blame)
1
2
3
4
5
6
7
8
FROM scratch
LABEL org.opencontainers.image.licenses=0BSD
LABEL org.opencontainers.image.source=https://github.com/locusts-r-us/locusts
LABEL org.opencontainers.image.title=Locusts
LABEL org.opencontainers.image.description="A container that contains locusts"
HEALTHCHECK NONE
COPY locusts /
ENTRYPOINT ["/locusts"]