mirror of
https://github.com/trycua/computer.git
synced 2026-02-20 13:29:35 -06:00
441 B
441 B
Development
Building the Development Docker Image
To build the XFCE container with local computer-server changes:
cd libs/xfce
docker build -f Dockerfile.dev -t cua-xfce:dev ..
The build context is set to the parent directory to allow copying the local computer-server source.
Running the Development Container
docker run -p 6901:6901 -p 8000:8000 cua-xfce:dev
Access noVNC at: http://localhost:6901