authelia/example/compose/nginx/backend/Dockerfile
2019-12-05 11:05:24 +01:00

4 lines
86 B
Docker

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