mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-01-01 12:33:44 +01:00
Add docker support and automatic docker build
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Inspired by the Death By AI game available on Discord. (This project has no affiliation with Discord inc. Or any subsidiaries.)
|
||||
|
||||
A game where you have to convince AI to get into debt, or have to convince AI to put you out of debt.
|
||||
A game where you have to convince AI to get into debt, or have to convince AI to put you out of debt.
|
||||
|
||||
How to run:
|
||||
1. Download the repository code.
|
||||
2. Run with either:
|
||||
- Install the modules into a venv or use `uv sync` to automatically do it for you, and then run `app.py`.
|
||||
- Run `docker compose up -d` in this directory
|
||||
- Build the docker image, then run with `docker run`
|
||||
Reference in New Issue
Block a user