From 25ea7acae9c4382d291800dc5fe45171809d3ee1 Mon Sep 17 00:00:00 2001 From: junikimm717 <68165832+junikimm717@users.noreply.github.com> Date: Sat, 24 Dec 2022 18:40:22 -0500 Subject: [PATCH] readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be840f4..84c617e 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,8 @@ You need to have poetry installed on your system. 1. Clone this repository 2. Install poetry dependencies with `poetry install` 3. Activate the poetry virtual environment with `poetry shell` -4. Start the development server by executing the `app.py` file. \ No newline at end of file +4. Start the development server by executing the `app.py` file. + +# Deployment + +Just use the built-in docker compose and run `docker-compose up`.