Sign inSign up

mwienk/docker-bolt-builder

By mwienk

Updated over 9 years ago

Dependencies for phpunit in bolt cms

Image
0

1.6K

mwienk/docker-bolt-builder repository overview

Docker builder for Bolt CMS

Use this file to build your Bolt CMS with Docker. You can use it in Gitlab CI to run the unit tests.

For example:

build:dependencies:
  stage: build
  image: mwienk/docker-bolt-builder
  script:
   - composer install
  artifacts:
    paths:
     - ./vendor

test:phpunit:
  stage: test
  image: mwienk/docker-bolt-builder
  script:
   - ./vendor/bin/phpunit

Tag summary

Content type

Image

Digest

Size

218.3 MB

Last updated

over 9 years ago

docker pull mwienk/docker-bolt-builder