create_dockerfile | R Documentation |
Create the dockerfile required to run the application. The dockerfile created will install packages from RStudio Public Package Manager which comes with pre-built binaries that much improve the speed of building of Dockerfiles.
create_dockerfile(port, host = "0.0.0.0")
port , host |
Port and host to serve the application. |
Reads the DESCRIPTION
file of the project to produce the Dockerfile
.
## Not run: create_dockerfile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.