2025 init

This commit is contained in:
Romain Lefeuvre
2025-11-18 14:41:54 +01:00
commit 7b185c9c0c
19 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Command to run :
```
docker build -t pmd-designer-javafx:7.7.0 .
xhost +local:docker
docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix pmd-designer-javafx:7.7.0
```
For windows :
```
docker run -e DISPLAY=host.docker.internal:0 pmd-designer-javafx:7.7.0
```