diff options
Diffstat (limited to 'Dockerfile.proxy')
| -rw-r--r-- | Dockerfile.proxy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile.proxy b/Dockerfile.proxy new file mode 100644 index 00000000..7b1b8730 --- /dev/null +++ b/Dockerfile.proxy @@ -0,0 +1,6 @@ +FROM golang:latest +WORKDIR /app +RUN git clone https://git.sr.ht/~sircmpwn/kineto /app +RUN go build +EXPOSE 8080 +CMD ["/app/kineto", "gemini://alex.corcoles.net"] |
