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/workflows/py-lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=py-lint.yml) [![](https://git.klemek.fr/klemek/tout-doux/actions/workflows/ts-lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=ts-lint.yml) [![](https://git.klemek.fr/klemek/tout-doux/actions/workflows/docker-build.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=docker-build.yml) +

Tout Doux

+ +> A shareable task list with auto resetting items. + +**[todo.klemek.fr](https://todo.klemek.fr)** + ## TODO - [x] auto refresh task completion @@ -23,5 +29,5 @@ - [x] Dockerfile - [ ] html cards - [ ] custom background -- [ ] favicon +- [x] favicon - [ ] README diff --git a/index.html b/index.html index a5d976b..00ea1c5 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,20 @@ {{ title }} - + + + + + + + + - +