aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-18 02:29:44 +0400
committerGravatar GitHub <[email protected]>2022-06-18 02:29:44 +0400
commit21d68d4a467eb960a6ff0b9b619bdf8f30efe700 (patch)
treef0653e47bd7cadbeb8455c98dcd3aa8d05d1e11c /docker-compose.yaml
parentFix rendering error message for failed unit tests. (diff)
parentMerge pull request #447 from python-discord/dependabot/npm_and_yarn/webpack-5... (diff)
Merge branch 'main' into snekbox-results-feedback
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 1e4c405..b22c559 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -19,6 +19,7 @@ services:
backend:
image: ghcr.io/python-discord/forms-backend
+ command: ["uvicorn", "--reload", "--host", "0.0.0.0", "--debug", "backend:app"]
depends_on:
- mongo
- snekbox