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

Dockerfile: Fixing COPY #3

Merged
merged 1 commit into from
Jan 13, 2023
Merged

Dockerfile: Fixing COPY #3

merged 1 commit into from
Jan 13, 2023

Conversation

waja
Copy link
Contributor

@waja waja commented Jan 13, 2023

Fixing the issue:

When using COPY with more than one source file, the destination must be a directory and end with a /

Fixing the issue:

`When using COPY with more than one source file, the destination must be a directory and end with a /`
@fbngrmr
Copy link
Owner

fbngrmr commented Jan 13, 2023

Hi @waja
Thank you a lot for pointing this out 🥇 I only tried building the Docker image using the BuildKit backend. I was not aware that using the COPY directive this way might not work when using other builders.

@fbngrmr fbngrmr merged commit 69d48c9 into fbngrmr:main Jan 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants