auth

Paddy 2015-12-14 Parent:aa14e29b666f

182:cd5f07f9811b Go to Latest

auth/authd/Dockerfile

Update nsq import path. go-nsq has moved to nsqio/go-nsq, so we need to update the import path appropriately.

History
1 FROM busybox
3 ADD docker-authd /bin/authd/authd
4 ADD templates /bin/authd/templates
5 ADD wrapper.sh /bin/authd/run.sh
6 ADD ca-certificates.crt /etc/ssl/certs/
8 WORKDIR /bin/authd
10 EXPOSE 9000
12 CMD ["./run.sh"]