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" ]