mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 03:21:01 +00:00
Install remove-dup-image into Docker image
This commit is contained in:
parent
e0f91f7481
commit
3cb6f86ea2
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ WORKDIR /app
|
|||
COPY --from=builder /app /app
|
||||
COPY --from=builder /usr/local/cargo/bin/plm /bin/
|
||||
COPY --from=builder /usr/local/cargo/bin/plume /bin/
|
||||
COPY --from=builder /usr/local/cargo/bin/remove-dup-images /bin/
|
||||
|
||||
CMD ["plume"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue