mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-01-05 23:22:17 +01:00
302 B
302 B
Run in local
make clean
FLAVOR=lxqt ARCH=amd64 IMAGE=ubuntu:18.04 make build
make run
develop backend
make shell
supervisorctl stop web
cd /src/image/usr/local/lib/web/backend
./run.py --debug
develop frontend
cd web
yarn add
BACKEND=http://127.0.0.1:6080 npm run dev