1
0
Fork 0
playafri.ca/Dockerfile

7 lines
113 B
Text
Raw Normal View History

2015-02-25 00:25:30 -05:00
FROM maxexcloo/data
RUN mkdir /data/http
ADD ./assets /data/http/assets
ADD ./index.html /data/http/index.html