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: