Skip to content

Commit

Permalink
expose 3838 and add blackbar to user group shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 25, 2024
1 parent 594fc60 commit 9af4615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ RUN apt update -qq \
##
## User blackbar
##
RUN useradd -ms /bin/bash blackbar
RUN groupadd --gid 1000 shiny
RUN useradd -c 'shiny' --uid 1000 --gid 1000 --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
USER blackbar
WORKDIR /home/blackbar
EXPOSE 3838

CMD bash

0 comments on commit 9af4615

Please sign in to comment.