diff --git a/.gitattributes b/.gitattributes index 0998956ddf..efdba87644 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ * text=auto -*.sh text eol=lf +*.sh text eol=lf diff --git a/Makefile b/Makefile index 46e7af4084..64008da21b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ down: teardown: docker compose -f docker-compose.yaml -f $(docker_config_file) down -v - + load-dummy-data: docker compose exec backend bash -c "python manage.py load_dummy_data"