mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-01-24 22:06:13 +03:00
Action for srs compile
This commit is contained in:
15
Dockerfile
15
Dockerfile
@@ -1,15 +0,0 @@
|
||||
FROM ghcr.io/sagernet/sing-box:v1.10.7 AS sing-box
|
||||
|
||||
FROM python:3.10.16-alpine3.21
|
||||
|
||||
COPY --from=sing-box /usr/local/bin/sing-box /bin/sing-box
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY compile-srs.py /app/compile-srs.py
|
||||
|
||||
VOLUME ["/app/Categories", "/app/Services"]
|
||||
|
||||
CMD ["python3", "compile-srs.py"]
|
||||
|
||||
# docker run --rm -v ./Categories:/app/Categories -v ./Services:/app/Services -v ./json:/app/json py-sg:1
|
||||
Reference in New Issue
Block a user