Skip to content
Snippets Groups Projects
Verified Commit e68c9c6f authored by Ole Binder's avatar Ole Binder
Browse files

Fix: add config file used for testing to docker image

parent 4a019249
No related branches found
No related tags found
1 merge request!16Upgrade liquidsoap to version 2.2.4
......@@ -30,6 +30,7 @@ RUN mkdir -p /etc/wireplumber/scripts
COPY src /srv/src
COPY tests /srv/tests
COPY config/sample.engine-core.docker.ini /srv/config/engine-core.ini
COPY config/sample-production.engine-core.ini /srv/config/sample-production.engine-core.ini
COPY Makefile /srv/Makefile
COPY VERSION /srv/VERSION
COPY scripts/wireplumber /etc/wireplumber/scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment