Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 288 Bytes

docker_instructions.md

File metadata and controls

5 lines (5 loc) · 288 Bytes
  • cd aussprachetrainer
  • docker-compose down
  • git pull
  • docker system prune --volumes (and manually remove all volumes: docker volume rm <volume_name> (first docker volume ls)) in order to have changes to the static files and images take effect
  • docker-compose up --build