fix typo in r guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-07-31 15:37:52 -07:00
parent 9da68b18aa
commit c1ad03ed0f
No known key found for this signature in database
GPG Key ID: 497A5E49261C73B5
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ $ git clone https://github.com/mfranzon/r-docker-dev.git
To try the connection between the Shiny application and the local database you have to modify the `Dockerfile` changing the `COPY` instruction:
```diff
-RUN src/ .
+RUN src_db/ .
-COPY src/ .
+COPY src_db/ .
```
## Add a local database and persist data