Skip to content

Commit d8588e0

Browse files
committed
Fix path
1 parent 5ca491e commit d8588e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN python /srv/app/bin/link_gstreamer.py
6262

6363
# Install Timeside plugins from ./lib
6464
RUN mkdir -p /srv/lib/plugins
65-
COPY ./lib/ /srv/lib/plugins/
65+
COPY ./lib/plugins/ /srv/lib/plugins/
6666
COPY ./app/bin/setup_plugins.sh /srv/app/bin/
6767
RUN /bin/bash /srv/app/bin/setup_plugins.sh
6868

0 commit comments

Comments
 (0)