Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 11, 2024
1 parent fb811d7 commit 5d60fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ RUN rm -rf /build_zone
EXPOSE 5000
USER shiny

CMD R -e "options('shiny.port'=5000,shiny.host='0.0.0.0');library(rshinycloudrun);rshinycloudrun::run_app()"
CMD ["R", "-e", "options('shiny.port'='5000','shiny.host'='0.0.0.0');library(rshinycloudrun);rshinycloudrun::run_app()"]

0 comments on commit 5d60fea

Please sign in to comment.