mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-02-16 08:29:02 -08:00
4 lines
68 B
Docker
4 lines
68 B
Docker
![]() |
FROM golang:1.9
|
||
|
WORKDIR /go/src/fluux.io/xmpp
|
||
|
COPY . ./
|
||
|
# RUN go get
|