./app.php
The actual application (front controller)../src
Contains the PHP sources../src/build.php
Thebuild/installer.php
maker../html
Contains HTML related resources (images, js, css)../template
Contains the templates.
php src/build.php
[OK] build/installer.php
- Tip: Tag
ghcr.io/chevereto/httpd-php-installer:4.0
to override the ghcr package with local
docker build -t ghcr.io/chevereto/httpd-php-installer:4.0 . \
-f httpd-php-installer.Dockerfile
- For custom tag: Replace
tag
with your own.
docker build -t chevereto/httpd-php:tag . \
-f httpd-php-installer.Dockerfile