From 8f2ef3227a87bb6389a40ef85c2d6ab9db405dc5 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 4 May 2026 20:50:14 -0400 Subject: refactor: remove docker-related stuff for now --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f8883d0..652f65f 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,7 @@ using Python and vanilla JavaScript. - **export** - download as `.sent` file for local sent, or export `.pdf` for portability ## usage -### docker compose (recommended) - -```sh -docker compose up -d -``` - -Open [http://localhost:3000](http://localhost:3000). - -### docker build - -```sh -docker build -t sent-web . -docker run -d -p 3000:3000 --init --name sent-web sent-web -``` - -### local python run (without docker) +### local python run Requirements: @@ -90,7 +75,6 @@ with multiple lines - **Gunicorn** - production WSGI server - **fontconfig** - `fc-list` for font enumeration - **python-magic + libmagic** - content-based upload type checks -- **Docker** - containerized with fonts pre-installed ## license -- cgit v1.2.3