Skip to content

Commit

Permalink
Add message to about port
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Oct 16, 2024
1 parent 292817f commit 7ef685d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opensafely/rstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ def main(directory, name, port):
]

debug("docker: " + " ".join(docker_args))
print(
f"Opening an RStudio Server session at http://localhost:{port}/ , please press Ctrl+C here to end the session"
)
ps = utils.run_docker(
docker_args, "rstudio", "", interactive=True, user="0:0", directory=directory
)
Expand Down

0 comments on commit 7ef685d

Please sign in to comment.