summaryrefslogtreecommitdiff
path: root/Dockerfile.proxy
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.proxy')
-rw-r--r--Dockerfile.proxy6
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile.proxy b/Dockerfile.proxy
deleted file mode 100644
index e8d51346..00000000
--- a/Dockerfile.proxy
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM docker.io/library/golang:latest
-WORKDIR /app
-RUN git clone https://git.sr.ht/~sircmpwn/kineto /app
-RUN go build
-EXPOSE 5000
-CMD ["/app/kineto", "-b", "0.0.0.0:5000", "gemini://alex.corcoles.net"]