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
ba generate nodejs ├ version: v0.0.9 └ Failed to execute command ├ command: generate └ ba build failed └ Unknown flag: from
The text was updated successfully, but these errors were encountered:
To be a bit more helpful:
Step 9/11 : COPY --from=0 /tmp/node_modules /usr/app/node_modules
❌ An error occurred.
ls /usr/app ls: cannot access '/usr/app': No such file or directory
ls /tmp/node_modules ls: cannot access '/tmp/node_modules': No such file or directory
node --version v9.2.1
4.4.0-21-generic #37-Ubuntu
Sorry, something went wrong.
What version of Docker are you using? It seems that it doesn't support the multi-stage build Dockerfile we use here.
Could you please update it to v17.05 or higher?
That's got it - thanks, Happy new year 👍
No branches or pull requests
ba generate nodejs ├ version: v0.0.9 └ Failed to execute command ├ command: generate └ ba build failed └ Unknown flag: from
The text was updated successfully, but these errors were encountered: