void-cdn/Dockerfile

5 lines
65 B
Docker
Raw Permalink Normal View History

FROM nginx:alpine
COPY default.conf /etc/nginx/conf.d
EXPOSE 80