Skip to content

Commit 59fd435

Browse files
committed
Upgrade README file
1 parent f1ffe9a commit 59fd435

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# laravel-lumen-docker
22
Laravel, Lumen platform dockerization
3+
4+
## Start environment
5+
To start docker environment, you must install [Docker](https://www.docker.com/get-started) and digit this command in your favorite terminal:
6+
```sh
7+
make docker-start
8+
```
9+
When the process finished you can open your browser and digit http://localhost:8181 to se you app works!
10+
11+
## Stop environment
12+
To stop your environment you must digit this command in your favorite terminal:
13+
```sh
14+
make docker-stop
15+
```
16+
17+
## Customization
18+
Currently in the "lumen" folder you will find the dist 6.2 of Lumen but if you want to customize the dist or use Laravel you can manually configure the docker-compose.yml file indicating where the code of your app resides

0 commit comments

Comments
 (0)