Container image to provide an environment to build and run graalphp
- Ensure to have either docker or podman installed, if both are available, podman is used
- Take a look at the shell scripts used below
# build image and open interactive shell
$ ./build.sh
# open interactive shell
$ ./shell.sh
# run command in container
$ ./shell.sh <command>
# build image and build graalphp
$ ./build.sh
$ mvn package