diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..2e5e170c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM node:0.12-onbuild +EXPOSE 9000 +ENTRYPOINT ./index.js