From 084707834afb9e56f40e9e6cd03845a58c63d346 Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Mon, 19 Jun 2017 09:07:47 +0000 Subject: [PATCH] replace /home/jessie with $HOME (#276) * replace /home/jessie with $HOME * add / --- notify-osd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-osd/Dockerfile b/notify-osd/Dockerfile index f0f1c94..8ac660c 100644 --- a/notify-osd/Dockerfile +++ b/notify-osd/Dockerfile @@ -13,7 +13,7 @@ # -v /etc/passwd:/etc/passwd:ro \ # -v /etc/group:/etc/group:ro \ # -u $(whoami) -w "$HOME" \ -# -v /home/jessie/.Xauthority:/home/jessie/.Xauthority \ +# -v $HOME/.Xauthority:$HOME/.Xauthority \ # --name notify-osd \ # jess/notify-osd