Merge pull request #122 from LeithC/patch-1

Modified dockerfile to only copy zs_config if it exists
This commit is contained in:
Footsiefat
2021-10-25 19:52:12 +13:00
committed by GitHub

View File

@@ -14,6 +14,6 @@ FROM base
COPY --from=builder /install /usr/local
COPY zspotify /app
COPY zs_config.json /
COPY *zs_config.json /
WORKDIR /app
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]