diff --git a/README.md b/README.md index 6fc2081..f142095 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29..0000000