From 6f66de0b3fbb17146eef3899e10c5420c35854d5 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sun, 31 Mar 2024 01:05:29 +0100 Subject: [PATCH] Actualiser openvscode-staging/Dockerfile --- openvscode-staging/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openvscode-staging/Dockerfile b/openvscode-staging/Dockerfile index 9df58cb..6139d1d 100644 --- a/openvscode-staging/Dockerfile +++ b/openvscode-staging/Dockerfile @@ -1,8 +1,6 @@ FROM gitpod/openvscode-server # Matches Home Assistant's persistent directory. -USER 0 -RUN mkdir /data -RUN ln -s /home/workspace /data +ENV HOME /data USER $CONTAINER_USER_ID \ No newline at end of file