summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 858fc07b4b23659d97834467b3ba6deb24cf7925 (plain)
1
2
3
4
5
6
7
8
9
FROM meteorhacks/meteord
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