Skip to content

Commit

Permalink
move rprofile to blackbar user
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 25, 2024
1 parent 34996f6 commit a358362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN apt update -qq \
&& apt-get autoremove -y --quiet \
&& apt-get clean --quiet \
&& rm -rf /var/lib/apt/lists/*
RUN echo "\noptions(shiny.port = 3838, shiny.host = '0.0.0.0')" >> /usr/local/lib/R/etc/Rprofile.site

##
## User blackbar
Expand All @@ -33,5 +32,6 @@ RUN useradd -c 'shiny' --uid 1000 --gid 1000 --create-home --home-dir /home/blac
USER blackbar
WORKDIR /home/blackbar
EXPOSE 3838
RUN echo "\noptions(shiny.port = 3838, shiny.host = '0.0.0.0')" >> /home/blackbar/Rprofile

CMD bash

0 comments on commit a358362

Please sign in to comment.