mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01: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:
parent
2552e7ece0
commit
9f841bf00f
@ -14,6 +14,6 @@ FROM base
|
|||||||
|
|
||||||
COPY --from=builder /install /usr/local
|
COPY --from=builder /install /usr/local
|
||||||
COPY zspotify /app
|
COPY zspotify /app
|
||||||
COPY zs_config.json /
|
COPY *zs_config.json /
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]
|
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user