Add docker support and automatic docker build

This commit is contained in:
csd4ni3l
2025-10-04 10:00:07 +02:00
parent 28738202f6
commit 46245998d2
7 changed files with 169 additions and 5 deletions

View File

@@ -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`