1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
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