set display variable correctly in docker.sh

Former-commit-id: 6abad05a18
Former-commit-id: 138aa59be14da8fe71c1b8d07f6767860e67e09a
This commit is contained in:
idk
2022-09-16 17:57:53 -04:00
parent 51b14cb6cd
commit 2442dc974d

View File

@ -6,6 +6,6 @@ docker build -t eyedeekay/i2p.plugins.firefox .
xhost + local:docker
docker run -it --rm \
--net=host \
-e DISPLAY=unix$(DISPLAY) \
-e DISPLAY=unix"${DISPLAY}" \
-v /tmp/.X11-unix:/tmp/.X11-unix \
eyedeekay/i2p.plugins.firefox