summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 591d8ca2321bb0bfb51d25e780b91a380874826c (plain)
1
2
3
4
5
6
7
FROM meteorhacks/meteord:onbuild
MAINTAINER Maxime Quandalle <mquandalle@wekan.io>

# Run as you wish!
# docker run -d --name wekan-db mongo
# docker run -d --link "wekan-db:db" -e "MONGO_URL=mongodb://db" \
#   -e "ROOT_URL=http://example.com" -p 8080:80 mquandalle/wekan