Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.11 KB

Shell


CI

PHP / Laravel Local Development Setup with Docker using docker-compose

Create Project ENV file

# Create the env file and update the credential for your local setup
cp .docker/.env.example .docker/.env

Build containers

./dc build

# or 
./dc build --no-cache

Boot up containers

./dc up

Tear down containers

./dc down

List the running docker containers

./dc

# or
./dc ps

Available containers