summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 00000000..858fc07b
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,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