summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: f9e3baac41d7b5c1611f5e60b700ed10932d1500 (plain) (blame)
1
2
3
4
5
6
7
8
# Simple web server for my personal site pages
CMD mkdir -p /var/www && echo Created /var/www
FSTAB /zroot/www /var/www nullfs ro 0 0
PKG lighttpd 
OVERLAY usr
SYSRC lighttpd_enable=YES
SERVICE lighttpd start