Skip to content

Commit

Permalink
fix: remove docker file build instructions: these are not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
babenhauserheide committed May 15, 2024
1 parent f3421f2 commit 9d84142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ create_analytics_extension <- function() {
}

#' Generate Basic Dockerfile
#' @export
create_extension_dockerfile <- function() {
dockerfile_path <- fs::path_package("inst", "docker", package="CadenzaAnalytics")
files <- list.files(dockerfile_path, recursive = TRUE, full.names = TRUE)
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ roxygen2::roxygenize()
pkgdown::build_site()
````

To generate a Dockerfile that can help you deploy your extension using Docker, run

```r
CadenzaAnalytics::create_dockerfile()
```



# Defining an Analytics Extension
Expand Down

0 comments on commit 9d84142

Please sign in to comment.