diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..69eae08 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM maxexcloo/data + +RUN mkdir /data/http + +ADD ./assets /data/http/assets +ADD ./index.html /data/http/index.html