diff options
author | Matthew Lemon <y@yulqen.org> | 2025-01-05 21:35:33 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2025-01-05 21:35:33 +0000 |
commit | 0e88da8dc7bd509f561ddec5614b6cfc2cd509d0 (patch) | |
tree | fd5e90ab54a0313feb1d4f24275ae07d3488b4d9 /Dockerfile | |
parent | 610e43b39987172e38e0b8b7de869ac5ecc68cad (diff) |
staging docker set-up now can get at Debian repos
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,4 +31,4 @@ RUN uv sync --frozen --no-dev && uv run manage.py collectstatic --noinput # run gunicorn when the container launches # CMD ["uv", "run", "gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8010"] -CMD ["uv", "run", "manage.py", "runserver", "0.0.0.0:8010"] +CMD ["uv", "run", "manage.py", "runserver", "0.0.0.0:8020"] |