Skip to content

Commit 3e9c460

Browse files
authored
Merge pull request #5 from geshan/run-locally
Add run locally part to read me with docker
2 parents c865fc6 + 43f6f18 commit 3e9c460

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ This is a demo repo for Laravel 6 on Google Cloud Run. This repo has an example
1515

1616
[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/geshan/laravel6-on-google-cloud-run.git)
1717

18+
### To run it locally
19+
20+
To run it locally with docker and docker-compose execute the following command:
21+
22+
```bash
23+
docker-compose up
24+
```

0 commit comments

Comments
 (0)