This website requires JavaScript.
Explore
Help
Sign In
narayana
/
go-xmpp
Watch
2
Star
0
Fork
You've already forked go-xmpp
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f1cda2c899
go-xmpp
/
Dockerfile
4 lines
66 B
Docker
Raw
Normal View
History
Unescape
Escape
Add missing Dockerfile
2018-01-01 17:28:54 +00:00
FROM
golang:1.9
WORKDIR
/go/src/fluux.io/xmpp
COPY
. ./
Download dependencies before build / test
2018-01-01 17:30:24 +00:00
RUN
go get
Reference in a new issue
Copy permalink