cd aussprachetrainer
docker-compose down
git pull
docker system prune --volumes
(and manually remove all volumes:docker volume rm <volume_name>
(firstdocker volume ls
)) in order to have changes to the static files and images take effectdocker-compose up --build