forked from mirrors/treebird-docker
3 lines
105 B
Docker
3 lines
105 B
Docker
FROM nginx
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
|
COPY to-webserv/* /usr/local/share/treebird/
|