This commit is contained in:
2026-03-06 04:00:48 +05:00
parent 7444e7ddd7
commit ed1f3b3a75
5 changed files with 225 additions and 122 deletions

View File

@@ -32,4 +32,7 @@ ENV HTTPS_PROXY=""
ENV HTTP_PROXY=""
ENV NO_PROXY="localhost,127.0.0.1"
CMD ["run", "--allow-net", "--allow-env", "--allow-read", "mod.ts"]
# Volume for persistent proxy config (proxy.config.json)
VOLUME ["/app"]
CMD ["run", "--allow-net", "--allow-env", "--allow-read", "--allow-write", "mod.ts"]