Browse Source

Move server, bind www folder

pull/937/head
Daniil Isakov 3 years ago
committed by Sergei Birukov
parent
commit
2dfb60eec1
  1. 2
      Dockerfile

2
Dockerfile

@ -48,5 +48,5 @@ RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy
ENV DEBUG=Server,WireGuard ENV DEBUG=Server,WireGuard
# Run Web UI # Run Web UI
WORKDIR /app WORKDIR /app/server
CMD ["/usr/bin/dumb-init", "node", "server.js"] CMD ["/usr/bin/dumb-init", "node", "server.js"]

Loading…
Cancel
Save