mirror of https://github.com/docker/docs.git
Merge pull request #20513 from craig-osterhout/issue-19787
fix typo in r guide
This commit is contained in:
commit
1fb2f189cb
|
@ -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:
|
To try the connection between the Shiny application and the local database you have to modify the `Dockerfile` changing the `COPY` instruction:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
-RUN src/ .
|
-COPY src/ .
|
||||||
+RUN src_db/ .
|
+COPY src_db/ .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add a local database and persist data
|
## Add a local database and persist data
|
||||||
|
|
Loading…
Reference in New Issue