Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 241 Bytes

------Запуск приложения-------

  1. docker compose up -d
  2. docker exec -it app /bin/bash
  3. alembic upgrade head
  4. exit

--------------tests-------------

  1. docker compose -f tests/docker-compose.test.yaml up -d
  2. pytest