ht-docker-static/Dockerfile
2016-01-01 01:35:00 +01:00

5 lines
97 B
Docker

FROM nginx
COPY ./html /srv/html
COPY ./nginx/patched/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80