From e3f57c49d64cbd057f87206c2340575b3bba2566 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 13 Mar 2021 19:29:57 +0100 Subject: WIP --- Dockerfile.proxy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile.proxy (limited to 'Dockerfile.proxy') 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"] -- cgit v1.2.3