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