Merge pull request 'Fix update step for Docker' (#119) from fix-update into main

Reviewed-on: #119
pull/121/head
KitaitiMakoto 3 years ago
commit 365915d0aa

@ -10,7 +10,10 @@ Then, run:
docker-compose pull
# Stop your instance
docker-compose down
docker-compose stop plume
# Remove container of current version
docker-compose kill plume
# Run migrations
docker-compose run --rm plume plm migration run

Loading…
Cancel
Save