You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this respository and run the following commands:
59
+
Clone this repository and run the following commands:
60
60
```bash
61
61
cd docker-laravel-api-dev/
62
62
docker-compose -f docker-compose-dev.yml up --build -d
@@ -66,7 +66,7 @@ docker-compose -f docker-compose-dev.yml up
66
66
```
67
67
## Running the tests
68
68
69
-
You have a [Travis](https://travis-ci.org/) Pipeline to apply Continous Integration, and other technology to test this environment.
69
+
You have a [Travis](https://travis-ci.org/) Pipeline to apply Continuous Integration, and other technology to test this environment.
70
70
71
71
You can modify the runtests.sh from the [scripts folder](https://raw.githubusercontent.com/jfernancordova/docker-laravel-api-dev/master/scripts/runtests.sh)
0 commit comments