feat: add Alpine based Docker image (#43)

* Gitignore .idea folder (PhpStorm etc)

* Alpine version of Dockerfile

* Bake definition to build Docker images

* Docs for Docker image building

* Link to docker.md

* Use latest change on using official php-src repo and PHP-8.2 branch

* Remove ARGS and get other changes from Dockerfile (original)

* Update GHA workflows with Dockerfile.alpine
This commit is contained in:
Marko Korhonen
2022-10-21 16:23:23 +03:00
committed by GitHub
parent 26edeb76e4
commit 4293397541
7 changed files with 210 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/caddy/frankenphp/frankenphp
/internal/testserver/testserver
.idea/
.vscode/
__debug_bin