mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
4 lines
86 B
Docker
4 lines
86 B
Docker
FROM nginx:alpine
|
|
|
|
ADD html /usr/share/nginx/html
|
|
ADD nginx.conf /etc/nginx/nginx.conf |