set display variable correctly in docker.sh

This commit is contained in:
idk
2022-09-16 17:57:53 -04:00
parent 82dfd47e3d
commit 6abad05a18

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