feat: Anilist support

This commit is contained in:
Gabe Farrell 2025-04-04 20:54:47 -04:00
parent ec6c1cc0e0
commit cdd7b67003
8 changed files with 541 additions and 143 deletions

View file

@ -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"]