Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 395 Bytes

File metadata and controls

21 lines (11 loc) · 395 Bytes

Docker web stack

Based on https://github.com/jpcaparas/docker-web-stack

Setup docker

./app install

Usage

./app start [options] - to (re)start containers (-d to detach, -f to force rebuild)

./app node

./app php

./app db - to enter MariaDb cli

./app composer [commands] - to run php composer commands

./app console [commands] - to run symfony bin/console commands