Files
tasknote/tools.md
T

429 B

Tools

Building locally

Build with Docker:

docker build --build-arg BUILD=nightly -t tasknote:nightly .

Run with Docker:

docker run -it --rm \
  --name tasknote \
  tasknote:nightly

Build and run with Docker Compose:

docker compose --profile caddy up --build