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