removed unnecessary user set in dockerfile
This commit is contained in:
@@ -49,7 +49,6 @@ RUN apt update && apt install -y \
|
|||||||
ENV JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64
|
ENV JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64
|
||||||
ENV PATH="$JAVA_HOME/bin:${PATH}"
|
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:
|
Build the custom image and name it code-server-dev which is referenced in the docker-compose image above:
|
||||||
|
|||||||
Reference in New Issue
Block a user