authelia/example/compose/nginx/backend/Dockerfile

4 lines
90 B
Docker

FROM nginx:alpine
ADD ./html /usr/share/nginx/html
ADD ./nginx.conf /etc/nginx/nginx.conf