We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca8c32 commit 231c23bCopy full SHA for 231c23b
docker-entrypoint.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
set -e
3
+
4
+rm -rf /tmp/.X99-lock /tmp/.X11-unix
5
6
export RESOLUTION="${RESOLUTION:=1280x720}"
7
8
RESOLUTION_W=$(echo $RESOLUTION | cut -d'x' -f1)
0 commit comments