Add missing Dockerfile
This commit is contained in:
parent
4f4a106602
commit
9f0a26f9d8
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM golang:1.9
|
||||
WORKDIR /go/src/fluux.io/xmpp
|
||||
COPY . ./
|
||||
# RUN go get
|
|
@ -1,4 +1,4 @@
|
|||
build:
|
||||
build:
|
||||
image: fluux/build
|
||||
dockerfile: docker/build/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in a new issue