docker
This commit is contained in:
parent
1980f5bb65
commit
436ca38539
13
Dockerfile
13
Dockerfile
|
@ -1 +1,12 @@
|
||||||
FROM golang:1.3.3
|
FROM golang:latest
|
||||||
|
|
||||||
|
ADD . /go/src/github.com/b3log/wide
|
||||||
|
|
||||||
|
WORKDIR /go/src/github.com/b3log/wide
|
||||||
|
|
||||||
|
RUN go get
|
||||||
|
RUN go build
|
||||||
|
|
||||||
|
ENV GOROOT /usr/src/go
|
||||||
|
|
||||||
|
EXPOSE 7070
|
Loading…
Reference in New Issue