mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-08-01 03:30:38 +00:00
CURL_IMPERSONATE var now set during build
This commit is contained in:
@ -16,6 +16,7 @@ FROM lwthiker/curl-impersonate:0.5-chrome-slim-bullseye
|
||||
WORKDIR /root
|
||||
COPY --from=build /root/target/release/bml_proxy /root/
|
||||
|
||||
ENV CURL_IMPERSONATE=chrome110
|
||||
ENV LD_PRELOAD="/usr/local/lib/libcurl-impersonate-chrome.so"
|
||||
|
||||
CMD /root/bml_proxy
|
||||
|
Reference in New Issue
Block a user