Parent Directory
|
Revision Log
Initial commit
| 1 | FROM leafok/lbbs-apache:latest |
| 2 | |
| 3 | RUN mkdir -p /var/www/html/conf |
| 4 | |
| 5 | COPY ./conf/db_conn.conf.php /var/www/html/conf/db_conn.conf.php |
| 6 | COPY ./conf/smtp.conf.php /var/www/html/conf/smtp.conf.php |
| 7 | COPY ./leafok_bbs/TODO/conf/badwords.conf /var/www/html/conf/badwords.conf |
| 8 | COPY ./leafok_bbs/TODO/conf/deny_reg.conf /var/www/html/conf/deny_reg.conf |
| 9 | |
| 10 | RUN chown -R www-data:www-data /var/www/html/conf |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |