docs: update instructions

This commit is contained in:
Tyler Wilding
2025-11-24 22:37:18 -05:00
parent c150f91773
commit 37b0400503
3 changed files with 3 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ mvn install
- Get Docker (not the place to explain how to do this)
- Build the container locally:
- `docker build -t hifumi:local .`
- Put your files (db file / json files) in `data/`
- Run it via docker-compose:
- `DISCORD_BOT_TOKEN=TOKEN_HERE SUPERUSER_ID=ID_HERE DEEPL_KEY=KEY_HERE docker compose -f ./docker-compose.local.yaml up`

2
data/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File