fredboniface.co.uk/nginx.Dockerfile

4 lines
91 B
Docker

FROM nginx:mainline-alpine-slim
COPY . /site
COPY ./nginx.conf /etc/nginx/conf.d/site.conf