Post-release update for docker readme (#815)

* exclude .git directory when building the docker image

* update readme
This commit is contained in:
Benjamin Hackl 2020-12-03 11:56:52 +01:00 committed by GitHub
commit ed15504d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
.git

View file

@ -3,8 +3,8 @@
- **Getting help:** [Manim Documentation](https://docs.manim.community) and [further helpful resources](https://manim.community)
# Supported tags
- `v0.1.0`, `latest` -- the latest released version
- `stable` -- a more recent version corresponding to [the stable branch](https://github.com/ManimCommunity/manim/tree/stable)
- `v0.1.1`, `stable`, `latest` -- the latest released version
- `v0.1.0`
- `experimental` -- the most recent version corresponding to [the master branch](https://github.com/ManimCommunity/manim)
# What is Manim?