This will helps you to run your laravel application.
- Copy all the files into your laravel root directory.
- Modify the
docker-compose.ymlfile with your required information. UPDATE DATABASE CREDENTIAL - Modify
Dockerfilefor installing any additional packages. - Modify
.docker/nginx/conf.d/app.conffor webserver. - Modify
.docker/php/local.inifor necessary php related changes. - Modify
.docker/mssql/my.cnffor mysql changes.
Finally, RUN the following command to build the docker image:
docker-compose up -ddocker-compose up -d --build