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