Skip to content
New issue

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

Error building image #753

Open
JoelVeloz opened this issue Dec 24, 2023 · 0 comments
Open

Error building image #753

JoelVeloz opened this issue Dec 24, 2023 · 0 comments

Comments

@JoelVeloz
Copy link

JoelVeloz commented Dec 24, 2023

I get this error:
{"errorDetail":{"message":"When using COPY with more than one source file, the destination must be a directory and end with a /"},"error":"When using COPY with more than one source file, the destination must be a directory and end with a /"}

when i exec this:
this.docker.buildImage(pack, { t: imageName }, (err, res) => { if (err) { console.log('Error ALERT: ', err); return; } const stream = fs.createWriteStream(logPath, { flags: 'a' }); res.pipe(stream); res.pipe(process.stdout); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant