docker-getting-started/docs/tutorial/using-bind-mounts
yuu 9b5581d3bd
Fix #76
If the user runs that command "from the source code folder", i.e.
`getting-started`, docker will bind-mount getting-started to the
container's `/app`, which leads to error
`error Couldn't find a package.json file in "/app"`. It needs to bind
`getting-started/app` instead.
So, be explicit to the reader to be on the app source's directory
`getting-started/app` before running the command.
2022-02-12 01:35:40 -03:00
..
index.md Fix #76 2022-02-12 01:35:40 -03:00
updated-add-button.png Initial commit 2020-02-05 22:04:43 -05:00