mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 19:53:37 +08:00

* Move auth docker images to parent folder * Add README file for auth parent folder * Add grafana-authnz-team as code owner * Update `devenv` docs
5 lines
98 B
Docker
5 lines
98 B
Docker
FROM nginx:1.19.3-alpine
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY htpasswd /etc/nginx/htpasswd
|