Dockerize Laravel
Applications
The fastest way to dockerize your Laravel app.
Configurations
Fill in the fields shown below
Setup
Fill in the fields shown below
1
Download and extract the files
Download2
Move the files into your codebase
The extracted dockerizer folder should be in the root of your project.
3
Build the docker image
docker build -t my-app -f ./dockerizer/Dockerfile .