forked from docker/getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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, add `/app` after `pwd` for binding it instead, and be explicit to the user to be on the source code's root directory `getting-started` before running the command.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters