mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-17 19:26:26 -07:00
feat: Anilist support
This commit is contained in:
parent
ec6c1cc0e0
commit
cdd7b67003
8 changed files with 541 additions and 143 deletions
|
|
@ -4,5 +4,5 @@ WORKDIR /app
|
|||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY *.go ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /sonarr-mal-importer
|
||||
CMD ["/sonarr-mal-importer"]
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /sonarr-anime-importer
|
||||
CMD ["/sonarr-anime-importer"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue