From 0e88da8dc7bd509f561ddec5614b6cfc2cd509d0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 5 Jan 2025 21:35:33 +0000 Subject: staging docker set-up now can get at Debian repos --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a2ab775..9dea447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] -- cgit v1.2.3