This website requires JavaScript.
Explore
Help
Sign In
jshiffer
/
go-xmpp
Watch
1
Star
0
Fork
1
You've already forked go-xmpp
mirror of
https://github.com/FluuxIO/go-xmpp.git
synced
2024-11-21 18:12:00 -08:00
Code
Issues
Actions
Packages
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 09:28:54 -08:00
FROM
golang:1.9
WORKDIR
/go/src/fluux.io/xmpp
COPY
. ./
Download dependencies before build / test
2018-01-01 09:30:24 -08:00
RUN
go get
Reference in New Issue
Copy Permalink