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
commit baa57668ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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