ht-docker-static/Dockerfile

5 lines
97 B
Docker
Raw Normal View History

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