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
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