mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Sun Nov 24 19:33:47 CET 2024
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user