How to checkout latest stable release

This commit is contained in:
cytopia 2016-11-06 13:38:52 +01:00
parent 4c2d5bb480
commit e0e9c695b5
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -48,8 +48,11 @@ $ vim .env
# Start the dockers
$ docker-compose up
```
[What is the `.env` file?](https://docs.docker.com/compose/env-file/)
**Notes**
- [What is the `.env` file?](https://docs.docker.com/compose/env-file/)
- Checkout latest stable release: ` git checkout $(git describe --abbrev=0 --tags)`
## Video Tutorials