chatyou commited on
Commit
8f0e10a
·
verified ·
1 Parent(s): 859e4a0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM sokwith/go-proxy-bingai:latest
2
+
3
+ ENV SYDNEY_BASE_URL="https://prosydney.nbing.eu.org"
4
+
5
+ ENV BYPASS_SERVER="https://cct.nbing.eu.org"
6
+
7
+
8
+ ENV PORT 7860
9
+ EXPOSE 7860