mirror of
https://github.com/PCSX2/hifumi.git
synced 2026-01-31 01:25:17 +01:00
docs: update instructions
This commit is contained in:
@@ -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
2
data/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user