Skip to content

Commit

Permalink
ci(docker): add linux/risv64 for v2raya-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Nov 24, 2024
1 parent 8da5efd commit 0a6dd31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install/docker/Dockerfile.GUI.Action
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM alpine:stable
FROM busybox:latest AS builder
WORKDIR /
RUN apk add --no-cache mini_httpd
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

0 comments on commit 0a6dd31

Please sign in to comment.