File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -248,27 +248,27 @@ add_dockerfile_with_renv_ <- function(
248
248
# ' @rdname dockerfiles
249
249
# ' @export
250
250
add_dockerfile_with_renv <- function (
251
- golem_wd = get_golem_wd(),
252
- lockfile = NULL ,
253
- output_dir = fs :: path(tempdir(), " deploy" ),
254
- distro = " focal" ,
255
- from = " rocker/verse" ,
256
- as = " builder" ,
257
- sysreqs = TRUE ,
258
- port = 80 ,
259
- host = " 0.0.0.0" ,
260
- repos = c(CRAN = " https://cran.rstudio.com/" ),
261
- expand = FALSE ,
262
- open = TRUE ,
263
- document = TRUE ,
264
- extra_sysreqs = NULL ,
265
- update_tar_gz = TRUE ,
266
- dockerfile_cmd = NULL ,
267
- user = " rstudio" ,
268
- single_file = TRUE ,
269
- set_golem.app.prod = TRUE ,
270
- ... ,
271
- source_folder
251
+ golem_wd = get_golem_wd(),
252
+ lockfile = NULL ,
253
+ output_dir = fs :: path(tempdir(), " deploy" ),
254
+ distro = " focal" ,
255
+ from = " rocker/verse" ,
256
+ as = " builder" ,
257
+ sysreqs = TRUE ,
258
+ port = 80 ,
259
+ host = " 0.0.0.0" ,
260
+ repos = c(CRAN = " https://cran.rstudio.com/" ),
261
+ expand = FALSE ,
262
+ open = TRUE ,
263
+ document = TRUE ,
264
+ extra_sysreqs = NULL ,
265
+ update_tar_gz = TRUE ,
266
+ dockerfile_cmd = NULL ,
267
+ user = " rstudio" ,
268
+ single_file = TRUE ,
269
+ set_golem.app.prod = TRUE ,
270
+ ... ,
271
+ source_folder
272
272
) {
273
273
signal_arg_is_deprecated(
274
274
source_folder ,
You can’t perform that action at this time.
0 commit comments