diff --git a/install/docker/Dockerfile.GUI.Action b/install/docker/Dockerfile.GUI.Action index 37801877..928a1552 100644 --- a/install/docker/Dockerfile.GUI.Action +++ b/install/docker/Dockerfile.GUI.Action @@ -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 \ No newline at end of file