diff --git a/Makefile b/Makefile index c689782..7fdf944 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ docker-build: ## docker build .PHONY: docker-run docker-run: ## docker run - $(DOCKER) run -p $(PORT):5000 $(DOCKER_TAG) + $(DOCKER) run -p $(PORT):5000 -v db.sqlite:/app/db.sqlite $(DOCKER_TAG) .PHONY: tortoise-% tortoise-%: .venv ## tortoise (command) diff --git a/README.md b/README.md index 611481f..3d78147 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [](https://git.klemek.fr/klemek/tout-doux/actions?workflow=py-lint.yml) [](https://git.klemek.fr/klemek/tout-doux/actions?workflow=ts-lint.yml) [](https://git.klemek.fr/klemek/tout-doux/actions?workflow=docker-build.yml) +