yfor commited on
Commit
80c57df
·
1 Parent(s): f5e3a44

add dockerfile

Browse files
Files changed (3) hide show
  1. .gitignore +3 -0
  2. Dockerfile +1 -0
  3. README.md +1 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .DS_Store
2
+ .env
3
+ .idea
Dockerfile ADDED
@@ -0,0 +1 @@
 
 
1
+ FROM yidadaa/chatgpt-next-web
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: gray
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
+ app_port: 3000
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference