mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM alpine:3.5
|
|
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
|
|
COPY bin/matchbox /matchbox
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/matchbox"]
|