mirror of
https://github.com/gabehf/sonarr-seadex-proxy.git
synced 2026-03-07 13:38:17 -08:00
first commit
This commit is contained in:
commit
567a77f15a
5 changed files with 855 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM golang:1.24-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY main.go .
|
||||
|
||||
RUN go build -o app main.go
|
||||
|
||||
EXPOSE 6778
|
||||
|
||||
CMD ["./app"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue