Skip to content

Commit

Permalink
use .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 25, 2024
1 parent a358362 commit eaf8cf2
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 @@ -32,6 +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
RUN echo "\noptions(shiny.port = 3838, shiny.host = '0.0.0.0')" >> /home/blackbar/.Rprofile

CMD bash

0 comments on commit eaf8cf2

Please sign in to comment.