-
Beta Was this translation helpful? Give feedback.
Answered by
kdrag0n
Oct 7, 2023
Replies: 1 comment
-
I assume this is solved since you edited it out, but this is usually caused by putting the Dockerfile in dockerignore. In your case it’s because it needs to be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdrag0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume this is solved since you edited it out, but this is usually caused by putting the Dockerfile in dockerignore. In your case it’s because it needs to be
Dockerfile
, notDockerfile.yml
.