1
mirror of https://github.com/Footsiefat/zspotify synced 2021-12-21 22:06:14 +01:00

Merge pull request 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
commit baa57668ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]