Merge pull request #1620 from umap-project/fix-1619
fix: Do not use compress anymore for Docker image
This commit is contained in:
commit
5776be71cb
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = "2.0.0"
|
||||
VERSION = "2.0.1"
|
||||
|
|
Loading…
Reference in a new issue