From 239bb93266fd9c501ce6392f5fdb59a061ab5515 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sun, 31 Mar 2024 00:46:06 +0100 Subject: [PATCH] Actualiser openvscode-staging/Dockerfile --- openvscode-staging/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openvscode-staging/Dockerfile b/openvscode-staging/Dockerfile index d64c9de..9df58cb 100644 --- a/openvscode-staging/Dockerfile +++ b/openvscode-staging/Dockerfile @@ -1,5 +1,8 @@ FROM gitpod/openvscode-server # Matches Home Assistant's persistent directory. +USER 0 RUN mkdir /data -RUN ln -s /home/workspace /data \ No newline at end of file +RUN ln -s /home/workspace /data + +USER $CONTAINER_USER_ID \ No newline at end of file