/[LeafOK_CVS]/lbbs-combo/Dockerfile/dockerfile.bbsd.testing
ViewVC logotype

Annotation of /lbbs-combo/Dockerfile/dockerfile.bbsd.testing

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jan 8 03:27:09 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Initial commit

1 sysadm 1.1 FROM leafok/lbbs-bbsd:latest
2    
3     RUN apt-get update && apt-get install -y \
4     openssh-client \
5     && rm -rf /var/lib/apt/lists/*
6    
7     COPY ./conf/bbsd.conf /usr/local/lbbs/conf/bbsd.conf
8     RUN cp /usr/local/lbbs/conf/badwords.conf.default /usr/local/lbbs/conf/badwords.conf
9     RUN cp /usr/local/lbbs/conf/bbsnet.conf.default /usr/local/lbbs/conf/bbsnet.conf
10     COPY ./conf/db_conn.conf.php /usr/local/lbbs/utils/conf/db_conn.conf.php
11     COPY ./script/bbsd_prepare.sh /usr/local/lbbs/bin/bbsd_prepare.sh

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1