wudada commited on
Commit
e386c39
·
1 Parent(s): 13404f0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ docker pull yidadaa/chatgpt-next-web
2
+
3
+ docker run -d -p 80:3000 \
4
+ -e OPENAI_API_KEY="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" \
5
+ -e CODE="a123456" \
6
+ yidadaa/chatgpt-next-web
7
+