Merge pull request #1620 from umap-project/fix-1619

fix: Do not use compress anymore for Docker image
This commit is contained in:
David Larlet 2024-02-18 11:09:33 -05:00 committed by GitHub
commit 5776be71cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,5 @@ umap wait_for_database
umap migrate
# then collect static files
umap collectstatic --noinput
# compress static files
umap compress
# run uWSGI
exec uwsgi --ini docker/uwsgi.ini

View file

@ -1,5 +1,9 @@
# Changelog
## 2.0.1 - 2024-02-18
* Do not use the `compress` command anymore for the Docker image (#1620)
## 2.0.0 - 2024-02-16
This release is inauguring a new era in versionning uMap: in the future, we'll take care of better documenting breaking changes, so expect more major releases from now on. More details on [how we version](https://docs.umap-project.org/en/master/release/#when-to-make-a-release).

View file

@ -1 +1 @@
VERSION = "2.0.0"
VERSION = "2.0.1"