You've already forked install.zerotier.com
mirror of
https://github.com/zerotier/install.zerotier.com.git
synced 2026-05-22 16:20:35 -07:00
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM nginx
|
|
COPY htdocs /usr/share/nginx/html
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|