1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 14:59:41 +02:00
portainer/examples/nginx-basic-auth/Dockerfile
2015-12-17 01:31:07 -06:00

4 lines
113 B
Docker

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