Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Update app.R
Browse files Browse the repository at this point in the history
debug:
app$run_server changed to app$run_server(host = "0.0.0.0", port = Sys.getenv('PORT', 8050))
  • Loading branch information
jacobgerlofs authored Apr 7, 2020
1 parent e868305 commit f678f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ app$callback(


# RUN APP
app$run_server(debug=TRUE)
app$run_server(host = "0.0.0.0", port = Sys.getenv('PORT', 8050))

# command to add dash app in Rstudio viewer:
# rstudioapi::viewer("http://127.0.0.1:8050")

0 comments on commit f678f52

Please sign in to comment.