Skip to content

Commit 5ca491e

Browse files
committed
Move plugins directory
1 parent fcfd1c4 commit 5ca491e

2 files 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,8 +62,8 @@ RUN python /srv/app/bin/link_gstreamer.py
6262

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

6969
# Install Vamp plugins
File renamed without changes.

0 commit comments

Comments
 (0)