add conatiner for webserver

This commit is contained in:
2025-08-25 21:00:35 +02:00
parent c47cf77dbd
commit ae73f21f67
5 changed files with 310 additions and 0 deletions

5
docker/build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
/var/www/webtemplate --output=/var/www/public --src=/var/www/src
apache2-foreground