Add missing Dockerfile

This commit is contained in:
Mickael Remond 2018-01-01 18:28:54 +01:00
parent 4f4a106602
commit 9f0a26f9d8
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
2 changed files with 5 additions and 1 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
# RUN go get

View file

@ -1,4 +1,4 @@
build: build:
build: build:
image: fluux/build image: fluux/build
dockerfile: docker/build/Dockerfile dockerfile: Dockerfile