Add Dockerfile
This commit is contained in:
parent
d48b08c930
commit
3c8ebd8b7d
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM maxexcloo/data
|
||||||
|
|
||||||
|
RUN mkdir /data/http
|
||||||
|
|
||||||
|
ADD ./assets /data/http/assets
|
||||||
|
ADD ./index.html /data/http/index.html
|
Loading…
Reference in a new issue