-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Description
Running the command:
docker run -dp 3000:3000 \ -w /app -v "$(pwd):/app" \ node:12-alpine \ sh -c "yarn install && yarn run dev"
Yields the response:
docker: Error response from daemon: the working directory 'C:/Program Files/Git/app' is invalid, it needs to be an absolute path.
I don't really understand why it is defaulting to the Git directory.
When running the pwd command it does return the correct directory. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels