We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose up should work correctly using Docker Engine on Ubuntu
docker-compose up
docker-compose up does not work due to non-absolute volume paths: home/node/application/node_modules
home/node/application/node_modules
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior/Desired Use Case
docker-compose up
should work correctly using Docker Engine on UbuntuActual/Current Behavior
docker-compose up
does not work due to non-absolute volume paths:home/node/application/node_modules
Steps to Reproduce the Problem/Implement this feature
docker-compose up
The text was updated successfully, but these errors were encountered: