summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: 126cf4a18970647758dd054279d78c8382273050 (plain) (blame)
1
2
3
4
5
6
7
8
CMD mkdir -p /usr/local/share/poudriere
CMD mkdir -p /usr/local/poudriere/data
FSTAB /usr/local/share/poudriere usr/local/share/poudriere nullfs ro 0 0
FSTAB /usr/local/poudriere/data usr/local/poudriere/data nullfs ro 0 0
OVERLAY usr
PKG nginx
SYSRC nginx_enable=YES
SERVICE nginx start