ht-docker-static/Dockerfile

5 lines
97 B
Docker
Raw Normal View History

2016-01-01 00:07:44 +00:00
FROM nginx
2016-01-01 00:35:00 +00:00
COPY ./html /srv/html
COPY ./nginx/patched/nginx.conf /etc/nginx/nginx.conf
2016-01-01 00:07:44 +00:00
EXPOSE 80