mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
9 lines
229 B
Docker
9 lines
229 B
Docker
FROM google/golang:1.3
|
|
|
|
MAINTAINER Derek Collison <derek@apcera.com>
|
|
|
|
RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/apcera/gnatsd
|
|
COPY Dockerfile.final /gopath/bin/Dockerfile
|
|
|
|
CMD docker build -t apcera/gnatsd /gopath/bin
|