From 33f2d8079599c587dbeb7f848b58240b31dcaa39 Mon Sep 17 00:00:00 2001 From: Daniil Isakov <12859907+oplexz@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:06:33 +0300 Subject: [PATCH] Move server, bind www folder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 289a60d0..e2b03748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,5 +48,5 @@ RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy ENV DEBUG=Server,WireGuard # Run Web UI -WORKDIR /app +WORKDIR /app/server CMD ["/usr/bin/dumb-init", "node", "server.js"]