Skip to content

Commit 43f6f18

Browse files
author
Geshan Manandhar
committed
Add run locally part to read me with docker
1 parent c865fc6 commit 43f6f18

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)