5 lines
87 B
Docker
5 lines
87 B
Docker
FROM scratch AS build
|
|
|
|
COPY autharr-* /usr/bin/autharr
|
|
COPY healarr-* /usr/bin/healarr
|