Create Dockerfile
Browse files- 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
|