nuke commit history

This commit is contained in:
Skylar "The Cobra" Astaroth 2025-05-01 21:01:41 -04:00
commit b55ba857d6
No known key found for this signature in database
GPG key ID: BA264FFE0FF18555
21 changed files with 1359 additions and 0 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: "3"
services:
rural-dict:
build: .
restart: unless-stopped
ports:
- "127.0.0.1:5758:5758"