From 0e93496f48e97a3284538b2b624d66ba20937b55 Mon Sep 17 00:00:00 2001 From: Jacob <62761393+Jacrac04@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:32:34 +0000 Subject: [PATCH] Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50fe859..36e9b71 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ python -m poetry run gunicorn 'challenge:app' ``` ## Running with docker - +Run on local machine: +``` +docker-compose -p "" -f "docker/dev-compose.yaml" up --build ``` -docker-compose -p "" -f "docker/compose.yaml" up --build -``` \ No newline at end of file + +So it can be run on sucss server: +- Edit `docker/prod-compose.yaml` and change all occurrences of `` to the subdomain of the challenge. +For example if you want the challenge to be hosted on `challenge.sucss.org` then replace `` with `challenge`.