mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-12-19 15:41:58 +00:00
Modified zs_config.json to only copy if exists
If zs_config.json does not exist it no longer forces a copy of the file.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user