Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maymeow/docker-cakephp

Docker image for testing CakePHP 3.x
https://github.com/maymeow/docker-cakephp

Last synced: 6 days ago
JSON representation

Docker image for testing CakePHP 3.x

Awesome Lists containing this project

README

        

# docker-cakephp

Docker image for testing CakePHP 3.x apps

## Getting Started

To build this image you mustt have Gitlab CI with shell executor

### Prerequisities

To build you will need

* GitLab
* Gitlab CI with shell executor
* Docker

or

* Docker If you want it build on your own.

```
Give examples
```

### Bild image

Clone reposiory and run following command:

```shell
cd
docker built -t .
```