ISO-Share/Dockerfile

12 lines
291 B
Text
Raw Normal View History

FROM nginx
MAINTAINER Mohammad Naghavi <mohamnag@gmail.com>
ADD default.conf /etc/nginx/conf.d/default.conf
ADD css/ /opt/www/file-browser/css/
ADD image/ /opt/www/file-browser/image/
ADD js/ /opt/www/file-browser/js/
ADD index.html /opt/www/file-browser/
VOLUME /opt/www/files/
EXPOSE 80