Merge pull request #20513 from craig-osterhout/issue-19787

fix typo in r guide
This commit is contained in:
Craig Osterhout 2024-08-01 08:27:34 -07:00 committed by GitHub
commit 1fb2f189cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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