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