/[LeafOK_CVS]/lbbs-combo/build.sh
ViewVC logotype

Annotation of /lbbs-combo/build.sh

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
Content type: text/x-sh
Initial commit

1 sysadm 1.1 #!/bin/sh
2    
3     git submodule update --init --recursive
4    
5     docker build ./leafok_bbs --file ./leafok_bbs/Dockerfile/dockerfile.apache --tag leafok/lbbs-apache:latest
6     docker build ./leafok_bbs --file ./leafok_bbs/Dockerfile/dockerfile.php --tag leafok/lbbs-php:latest
7     docker build ./lbbs --file ./lbbs/Dockerfile/dockerfile.bbsd --tag leafok/lbbs-bbsd:latest
8     docker build . --file Dockerfile/dockerfile.apache.testing --tag leafok/lbbs-apache:testing
9     docker build . --file Dockerfile/dockerfile.php.testing --tag leafok/lbbs-php:testing
10     docker build . --file Dockerfile/dockerfile.bbsd.testing --tag leafok/lbbs-bbsd:testing

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