mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
Merge pull request #122 from LeithC/patch-1
Modified dockerfile to only copy zs_config if it exists
This commit is contained in:
commit
baa57668ad
@ -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…
x
Reference in New Issue
Block a user