mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
6 lines
136 B
Docker
6 lines
136 B
Docker
FROM alpine:3.10
|
|
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
|
|
COPY bin/matchbox /matchbox
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/matchbox"]
|