forked from jshiffer/go-xmpp
Add missing Dockerfile
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user