diff options
| author | 2024-06-07 21:28:29 +0100 | |
|---|---|---|
| committer | 2024-06-07 21:28:29 +0100 | |
| commit | 369853209f930cdd6238d4314a0c67441335d01b (patch) | |
| tree | 0536ea0dd7ceccca6a156f561c525ef0792b17e2 /docker-compose.yml | |
| parent | Merge pull request #1335 from python-discord/dependabot/pip/ruff-0.4.8 (diff) | |
| parent | Update taskipy start task to remove redundant --debug flag (diff) | |
Merge pull request #1338 from python-discord/jb3/deployment/gunicorn-from-docker
Update production deployment configuration
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 61554ae4..d2192f5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: build: context: . dockerfile: Dockerfile - command: ["run", "--debug"] + command: ["python", "manage.py", "run"] networks: default: aliases: |