# Install
On Linux or Windows Power Shell:
```
docker run --rm --interactive --tty --volume ${PWD}:/app composer install
docker-compose up
```
Open [http://localhost:8000/] in browser.

# Build
On Linux or Windows Power Shell:
```
docker run --rm --interactive --tty --volume ${PWD}:/app composer run-script build
```

# Debug Wordpress
```
docker-compose exec wordpress bash
```

# Release
1. Copy contents of `branches/development/tiny.pictures-image-cdn/` to `trunk/`.
1. Commit and push.
