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