We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca491e commit d8588e0Copy full SHA for d8588e0
1 file changed
Dockerfile
@@ -62,7 +62,7 @@ RUN python /srv/app/bin/link_gstreamer.py
62
63
# Install Timeside plugins from ./lib
64
RUN mkdir -p /srv/lib/plugins
65
-COPY ./lib/ /srv/lib/plugins/
+COPY ./lib/plugins/ /srv/lib/plugins/
66
COPY ./app/bin/setup_plugins.sh /srv/app/bin/
67
RUN /bin/bash /srv/app/bin/setup_plugins.sh
68
0 commit comments