From 0913bead4ba3c13eb4a081c2a1d314c7715213ce Mon Sep 17 00:00:00 2001 From: kasun Date: Thu, 19 Mar 2026 16:12:22 +0100 Subject: [PATCH] removed unnecessary user set in dockerfile --- docs/01-Planning/01-Technical-preparation-for-docs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/01-Planning/01-Technical-preparation-for-docs.md b/docs/01-Planning/01-Technical-preparation-for-docs.md index 42e19bc..85ae2e8 100644 --- a/docs/01-Planning/01-Technical-preparation-for-docs.md +++ b/docs/01-Planning/01-Technical-preparation-for-docs.md @@ -49,7 +49,6 @@ RUN apt update && apt install -y \ ENV JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64 ENV PATH="$JAVA_HOME/bin:${PATH}" -USER abc ``` Build the custom image and name it code-server-dev which is referenced in the docker-compose image above: