From 3abf23c519dbe062e3f7cc14eb176ed8099d9e85 Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Fri, 30 Jun 2023 07:04:25 +0000 Subject: [PATCH] fix #90 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34526f1..bc4b048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM golang -RUN go install github.com/acheong08/ChatGPT-Proxy-V4@latest +RUN go install github.com/acheong08/ChatGPTProxy@latest CMD [ "ChatGPT-Proxy-V4" ]