Move xray-geosite to root

This commit is contained in:
unidcml 2025-02-02 20:41:54 +03:00
parent d1f6c18ea9
commit 6dae1b9127
4 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
RUN pip install --no-cache-dir tldextract
COPY src/xray-geosite /app/xray-geosite
COPY xray-geosite /app/xray-geosite
WORKDIR /app/xray-geosite