mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-04 01:03:44 -08:00
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