Add missing Dockerfile

disco_info_form
Mickael Remond 6 years ago
parent 4f4a106602
commit 9f0a26f9d8
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -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…
Cancel
Save