xxxxxxxxxx
$ docker-compose -f docker-compose.dev.yml up --build
xxxxxxxxxx
docker-compose up // not run in the background
docker-compose up -d // run in the background
xxxxxxxxxx
web:
# build from Dockerfile
build: .
args: # Add build arguments
APP_HOME: app