From 5a361f74754e6c685bba18a7229cc031e64ec421 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:10:28 +0200 Subject: [PATCH] chore: trim excessive newlines Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/language/r/develop.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/language/r/develop.md b/content/language/r/develop.md index 0e3fccfb85..4c0037e581 100644 --- a/content/language/r/develop.md +++ b/content/language/r/develop.md @@ -34,8 +34,6 @@ To try the connection between the Shiny application and the local database you h +RUN src_db/ . ``` - - ## Add a local database and persist data You can use containers to set up local services, like a database. In this section, you'll update the `compose.yaml` file to define a database service and a volume to persist data.