auth

Paddy 2015-07-13 Parent:aa14e29b666f

177:5d52b9d83184 Go to Latest

auth/authd/Dockerfile

Add notes about model events. We need to sensibly trigger events about models, so I left some basic notes about triggering an event when a Profile is created.

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"]