mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-18 03:36:25 -07:00
commit
925dc8a40b
1 changed files with 5 additions and 1 deletions
|
|
@ -5,4 +5,8 @@ COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
COPY *.go ./
|
COPY *.go ./
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /sonarr-anime-importer
|
RUN CGO_ENABLED=0 GOOS=linux go build -o /sonarr-anime-importer
|
||||||
|
|
||||||
|
ARG PORT=3333
|
||||||
|
EXPOSE ${PORT}
|
||||||
|
|
||||||
CMD ["/sonarr-anime-importer"]
|
CMD ["/sonarr-anime-importer"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue