From 146b044441e3b57a6336e9ecf70f2a796bc1540d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de> Date: Tue, 25 Feb 2025 22:07:25 +0100 Subject: [PATCH] Fix missing test data in image --- api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Dockerfile b/api/Dockerfile index 02b8967..6df299a 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 -- GitLab