aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkj_sh6042026-05-04 20:50:14 -0400
committerkj_sh6042026-05-04 20:50:14 -0400
commit8f2ef3227a87bb6389a40ef85c2d6ab9db405dc5 (patch)
treecf2b143317da7aa341350021880ae6a41bd5f6e7 /README.md
parent105687f53e052e476c4380bc4abe47ef6d2360b8 (diff)
refactor: remove docker-related stuff for nowHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 1 insertions, 17 deletions
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