This repository contains all features of laramatics/container and laramatics/gitlab-ci to give you full features needed to start developing your next awesome project.
Simply run this command in your project directory:
docker run --name=myapp -d -p 8081:80 -v $(pwd):/var/www/html laramatics/dev
now you can access your app from http://localhost:8081.
if you want to install npm/composer packages simply ssh into your container and do what you need to do:
docker exec -it myapp ash
Enjoy.