Skip to content
Snippets Groups Projects
Commit fda93381 authored by David Trattnig's avatar David Trattnig
Browse files

Feat: Ability to run Engine with default config

parent c60bef92
No related branches found
No related tags found
1 merge request!3Liquidsoap 2 migration
......@@ -17,6 +17,7 @@ RUN mkdir -p /srv/tests
RUN mkdir -p /srv/config
COPY src /srv/src
COPY tests /srv/tests
COPY config/sample.engine-core.docker.ini /srv/config/engine-core.ini
COPY Makefile /srv/Makefile
COPY VERSION /srv/VERSION
VOLUME ["/srv/socket", "/srv/logs", "/srv/audio/source", "/srv/audio/playlist", "/srv/audio/fallback"]
......
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