removed unnecessary user set in dockerfile

This commit is contained in:
2026-03-19 16:12:22 +01:00
parent ad9b75d620
commit 0913bead4b
@@ -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: