diff --git a/Dockerfile b/Dockerfile
index cc0df79..51442d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,8 @@
FROM alpine:latest
ENV TARGET=/opt/polyphonic
-ENV RELEASE=polyphonic-0.8.4-py3-none-any.whl
+#ENV RELEASE=polyphonic-0.8.4-py3-none-any.whl
+ENV RELEASE=git+https://gitea.tfconsulting.com.au/projects/polyphonic.git
RUN apk add --no-cache python3 py3-pip git ghostscript sqlite
@@ -10,7 +11,7 @@ WORKDIR /root
RUN python3 -m venv ${TARGET}
ENV PATH="${TARGET}/bin:$PATH"
-COPY dist/${RELEASE} .
+#COPY dist/${RELEASE} .
RUN pip3 install ${RELEASE} --no-cache-dir
RUN pip3 install gunicorn whitenoise
diff --git a/polyphonic/library/templates/library/item_list.html b/polyphonic/library/templates/library/item_list.html
index d465f60..7207fa5 100644
--- a/polyphonic/library/templates/library/item_list.html
+++ b/polyphonic/library/templates/library/item_list.html
@@ -65,7 +65,7 @@
- |