Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KentarouTakeda/8442a591419b8f8f7302395335796a39 to your computer and use it in GitHub Desktop.
Save KentarouTakeda/8442a591419b8f8f7302395335796a39 to your computer and use it in GitHub Desktop.
version: "3"
services:
php:
build:
context: .
target: development
volumes:
- .:/var/www/html
- vendor:/var/www/html/vendor
volumes:
vendor:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment