chatgpt / Dockerfile
wudada's picture
Create Dockerfile
e386c39
raw
history blame
196 Bytes
docker pull yidadaa/chatgpt-next-web
docker run -d -p 80:3000 \
-e OPENAI_API_KEY="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" \
-e CODE="a123456" \
yidadaa/chatgpt-next-web