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