mirror of https://github.com/portainer/portainer
5 lines
113 B
Docker
5 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
|