Skip to content

Commit 1db18ea

Browse files
authored
Modified Dockerfile
1 parent f1bbeff commit 1db18ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN installr -d \
2727
-a "openssl libarrow_dataset libarrow" arrow@19.0.1.1
2828

2929

30-
# Make Shiny listen on 3838, 0.0.0.0 by default
31-
RUN printf "\noptions(shiny.port=3838, shiny.host='0.0.0.0')\n" \
30+
# Make Shiny listen on 6868, 0.0.0.0 by default
31+
RUN printf "\noptions(shiny.port=6868, shiny.host='0.0.0.0')\n" \
3232
>> /usr/local/lib/R/etc/Rprofile.site
3333

3434

@@ -49,7 +49,7 @@ COPY tools/ReViewCNV.R ./app.R
4949

5050

5151
# Expose the Shiny port
52-
EXPOSE 3838
52+
EXPOSE 6868
5353

5454

5555
# Create non-root user (Alpine BusyBox tools)

0 commit comments

Comments
 (0)