Skip to content

Commit

Permalink
default port 3838 and use host 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 25, 2024
1 parent 2ad05c3 commit 34996f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 Down

0 comments on commit 34996f6

Please sign in to comment.