mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-04 21:24:12 +00:00
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/
|