DEV Community

Discussion on: Help

Collapse
 
deciduously profile image
Ben Lovy • Edited

As a general rule, when asking questions you should strive to provide as much detail as possible. Could you share the specific error output?

If I had a guess, it's that your windows command prompt doesn't have vi available, which is a text editor available in standard Linux distributions. I don't know much about Windows, but you may want to try following these steps using WSL. Alternatively, use a different text editor to make the required Dockerfile edits.