Update the DockerFile

This commit is contained in:
Maxime Quandalle 2015-05-30 21:21:56 +02:00
parent f4c80d1315
commit 5f09c0ce40

View file

@ -1,9 +1,7 @@
FROM meteorhacks/meteord
FROM meteorhacks/meteord:onbuild
MAINTAINER Maxime Quandalle <maxime@quandalle.com>
# Run as you wish!
#
# sudo docker run -d \
# -e "ROOT_URL=http://example.com"
# -e "MONGO_URL=mongodb://172.17.0.3:27017/libreboard-test" \
# -p 8080:80
# docker run -d --name libreboard-db mongo
# docker run -d --link "libreboard-db:db" -e "MONGO_URL=mongodb://db" \
# -e "ROOT_URL=http://example.com" -p 8080:80 mquandalle/libreboard