From 9b1b84e5be2ab030187b4fabf913a0f70b612d88 Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Wed, 2 Jul 2025 15:33:29 -0400 Subject: [PATCH] CI Bump --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b65f1a..030cd12 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ COPY . . CMD ["python", "main.py"] ``` + ## Docker Compose Example Below is an example `docker-compose.yml` file to deploy Foldsite using Docker Compose: @@ -182,4 +183,4 @@ services: - .:/app environment: - CONFIG_PATH=config.toml -``` \ No newline at end of file +```