1
0
Fork 0

Add Dockerfile

This commit is contained in:
Andrew Tomaka 2015-02-25 00:25:30 -05:00
parent d48b08c930
commit 3c8ebd8b7d
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM maxexcloo/data
RUN mkdir /data/http
ADD ./assets /data/http/assets
ADD ./index.html /data/http/index.html