mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
ci(docker): add linux/risv64 for v2raya-gui
This commit is contained in:
parent
8da5efd8a9
commit
0a6dd31088
@ -1,6 +1,5 @@
|
|||||||
FROM alpine:stable
|
FROM busybox:latest AS builder
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN apk add --no-cache mini_httpd
|
|
||||||
COPY ./web /usr/share/v2raya-web
|
COPY ./web /usr/share/v2raya-web
|
||||||
ENTRYPOINT ["/usr/sbin/mini_httpd", "-d", "/usr/share/v2raya-web", "-p", "80"]
|
ENTRYPOINT ["/bin/httpd", "-f", "-h", "/usr/share/v2raya-web", "-p", "80"]
|
||||||
EXPOSE 80
|
EXPOSE 80
|
Loading…
Reference in New Issue
Block a user