Laravel CI/CD environment based on phusion baseimage
8.0K
Laravel CI environment based on the Phusion Ubuntu image.
To build:
docker build -t joeniland/phusion-laravel-build .
To run Unit tests:
cd /dev/my-project
docker run -it --mount src=`pwd`,target=/app,type=bind joeniland/phusion-laravel-build:latest phpunit
, where /dev/my-project is your project root.
Content type
Image
Digest
sha256:719b7393f…
Size
397.3 MB
Last updated
over 1 year ago
docker pull joeniland/phusion-laravel-build:7.4