Laravel app generator for Docker environment This image aims to be a solid foundation for building and running Laravel apps Requirements: Сomposer https://getcomposer.org Create a new Laravel project: chmod 755 ./install.sh ./install <dir> Run the app: docker build -t appname . docker run -p YOUR_PORT:8080 appname