portainer/examples/nginx-basic-auth/Dockerfile

5 lines
114 B
Docker

FROM nginx:latest
COPY default.conf /etc/nginx/conf.d/default.conf
COPY users.htpasswd /etc/nginx/users.htpasswd