From eb334ed1262b18381ee78ca207a6e96ba0e1be21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=91=D0=BE=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 29 May 2026 19:09:01 +0200 Subject: [PATCH] working commit --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 7e55a2e..25f93a7 100644 --- a/Containerfile +++ b/Containerfile @@ -18,9 +18,9 @@ FROM alpine:3.23 AS runner COPY --from=builder /app /app RUN chmod 1777 /var -RUN mkdir -p /app/etc/mbase -RUN touch /app/etc/mbase/mbased.yaml +RUN mkdir -p /app/etc/mproxy +RUN touch /app/etc/mproxy/mproxyd.yaml WORKDIR /app #USER daemon:daemon -ENTRYPOINT ["/app/sbin/mbased", "--asDaemon=false"] +ENTRYPOINT ["/app/sbin/mproxyd", "--asDaemon=false"]