mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
5 lines
113 B
Text
5 lines
113 B
Text
|
FROM nginx:1.9.9
|
||
|
|
||
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
||
|
COPY users.htpasswd /etc/nginx/users.htpasswd
|