David Benson [draw.io] 892a905f18 9.0.2 release 7 lat temu
..
Dockerfile 892a905f18 9.0.2 release 7 lat temu
README.md 892a905f18 9.0.2 release 7 lat temu

README.md

Docker

After successful checkout, from the project directory run,

cp etc/docker/Dockerfile .
docker build -t draw .
docker run -d -p 8888:8080 draw

Now the app will be accessible at http://localhost:8888/draw/?local=1 (the local URL parameter disables the cloud integrations as those require some keys to be changed).