mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-04-05 09:07:49 +00:00
* Build and cross-compile binary named matchbox * Use matchbox binary in container images
6 lines
136 B
Docker
6 lines
136 B
Docker
FROM alpine:latest
|
|
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
|
|
COPY bin/matchbox /matchbox
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/matchbox"]
|