mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Add `make image` and `make push` targets to use rootless buildah for regular development. Retain docker build for Travis CI
6 lines
136 B
Docker
6 lines
136 B
Docker
FROM alpine:3.11
|
|
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
|
|
COPY bin/matchbox /matchbox
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/matchbox"]
|