Skip to content
Snippets Groups Projects
Commit 146b0444 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix missing test data in image

parent 277dfd5d
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ COPY tests/ ./tests/ ...@@ -18,6 +18,7 @@ COPY tests/ ./tests/
COPY config/api_example_config.py ./config/ COPY config/api_example_config.py ./config/
COPY config/test_config_override.py ./config/ COPY config/test_config_override.py ./config/
COPY config/uwsgi_example.ini ./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 source has a symlink file at src/videoag_common
# The actual files are already in the image at src/videoag_common # The actual files are already in the image at src/videoag_common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment