Update On Sun Nov 24 19:33:47 CET 2024

This commit is contained in:
github-action[bot]
2024-11-24 19:33:47 +01:00
parent 8002e47064
commit d1d2d4712c
64 changed files with 825 additions and 652 deletions

View File

@@ -1,4 +1,5 @@
FROM nginx:stable-alpine
WORKDIR /build
COPY ./web /usr/share/nginx/html
FROM busybox:latest AS builder
WORKDIR /
COPY ./web /usr/share/v2raya-web
ENTRYPOINT ["/bin/httpd", "-f", "-h", "/usr/share/v2raya-web", "-p", "80"]
EXPOSE 80