From 33154dd65e463a2a5dc685bc8958a27543aa6704 Mon Sep 17 00:00:00 2001 From: Gerard Safont Date: Thu, 11 Jun 2026 16:09:25 +0200 Subject: [PATCH] feat: modify a comand --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 765eebd..dac0a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ EXPOSE 8000 RUN python manage.py collectstatic --noinput -CMD python3 manage.py migrate --fake-initial && gunicorn web.wsgi:application --bind 0.0.0.0:${PORT:-8000} --timeout 90 \ No newline at end of file +CMD python3 manage.py migrate --fake-initial && python3 manage.py load_municipalities 0.0.0.0:${PORT:-8000} --timeout 90 \ No newline at end of file