Skip to content

solker/php-ci

 
 

Repository files navigation

PHP-CI

Behat tests on the live site

Install

docker pull amitaibu/php-ci

Usage

When working locally the backend URL should be your IP, as docker doesn't know what "localhost" is.

docker run -e "BACKEND_URL=http://10.0.0.1" -it amitaibu/php-ci /home/shoov/main.sh

Build

If you need adapt the project to your needs, clone, modify the Dockerfile and from the source directory, run:

docker build -t amitaibu/php-ci .

About

Docker container for testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • Shell 39.5%