chore: trim excessive newlines

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-04-17 18:10:28 +02:00
parent ac93f976fd
commit 5a361f7475
1 changed files with 0 additions and 2 deletions

View File

@ -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.