Simple docker image based on Debian stretch which includes nginx, PHP 7.2, Memcached and tools to bootstrap building frontend and backend applications
docker run --name <container name> besn/yii2-environment:latest
docker run --rm -ti besn/yii2-environment:latest bash
or
docker exec -ti <container name> bash
Add image: besn/yii2-environment:latest
to your .gitlab-ci.yml
and use node
, npm
, yarn
or composer
commands for your build or test tasks