Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
FROM sokwith/go-proxy-bingai:latest
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
ENV BING_PROXY_DM="https://free.nbing.eu.org"
|
| 4 |
#ENV BING_BASE_URL="https://free.nbing.eu.org"
|
| 5 |
#ENV SYDNEY_BASE_URL="https://prosydney.nbing.eu.org"
|
|
|
|
| 1 |
FROM sokwith/go-proxy-bingai:latest
|
| 2 |
|
| 3 |
+
|
| 4 |
+
ENV Go_Proxy_BingAI_BLANK_API_KEY=true
|
| 5 |
+
ENV APIKEY=''
|
| 6 |
+
|
| 7 |
ENV BING_PROXY_DM="https://free.nbing.eu.org"
|
| 8 |
#ENV BING_BASE_URL="https://free.nbing.eu.org"
|
| 9 |
#ENV SYDNEY_BASE_URL="https://prosydney.nbing.eu.org"
|