We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8588e0 commit 570dc28Copy full SHA for 570dc28
1 file changed
Dockerfile
@@ -70,10 +70,13 @@ RUN /bin/bash /srv/app/bin/setup_plugins.sh
70
COPY ./app/bin/install_vamp_plugins.sh /srv/app/bin/
71
RUN /bin/bash /srv/app/bin/install_vamp_plugins.sh
72
73
+# Install timeside
74
WORKDIR /srv/lib/timeside
-
75
COPY . /srv/lib/timeside/
76
RUN pip install -e .
77
78
+# Install bower
79
+RUN npm install -g bower
80
+
81
WORKDIR /srv/app
82
EXPOSE 8000
0 commit comments