Skip to content

Commit cd81611

Browse files
authored
Update Dockerfile-hub
1 parent 8370445 commit cd81611

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Base/Dockerfile-hub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=4.23.0-rc
7878

7979

8080
USER root
81-
ENV HOME=~ \
82-
PATH=~/.local/bin:$PATH
81+
ENV HOME=/root \
82+
PATH=/root/.local/bin:$PATH
8383

8484
COPY start_server.sh $HOME
8585
COPY apps.conf $HOME

0 commit comments

Comments
 (0)