diff --git a/api/Dockerfile b/api/Dockerfile index 02b8967b195961dd54f65278253e0f0c8abe994f..6df299a4748fce349416581115dcdcbbd90baa6e 100755 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -18,6 +18,7 @@ COPY tests/ ./tests/ COPY config/api_example_config.py ./config/ COPY config/test_config_override.py ./config/ COPY config/uwsgi_example.ini ./config/ +COPY config/db_test_data.sql ./config/ # The source has a symlink file at src/videoag_common # The actual files are already in the image at src/videoag_common