Skip to content

Commit

Permalink
Dockerfile vscode - create user blackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 19, 2024
1 parent c2d4f01 commit 89d70d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ RUN code-server --install-extension ms-toolsai.jupyter
RUN code-server --install-extension quarto.quarto
RUN code-server --install-extension REditorSupport.r

RUN groupadd --gid 1000 shiny
RUN useradd -c 'shiny' --uid 1000 --gid 1000 --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
RUN useradd --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
USER blackbar
#USER coder

0 comments on commit 89d70d2

Please # to comment.