Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
syrflover committed Jul 6, 2024
1 parent 8fb64c1 commit 44f682e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk update

WORKDIR /usr/local/bin

COPY --from=builder /usr/src/transmission-rss .
COPY --from=builder \
/usr/src/transmission-rss/target/x86_64-unknown-linux-musl/release/transmission-rss .

ENTRYPOINT [ "./transmission-rss" ]

0 comments on commit 44f682e

Please sign in to comment.