'Dockerfile parse error' pushing Pi-Hole to RPi4

Hey everyone, I’m trying to run pi-hole on a Raspberry Pi 4B, but when I attempt to push the project code to my device, I always get the following error message. I am deploying the code from a Windows machine and made sure to push with --convert-eol.

[Error]           Some services failed to build:
[Error]             Service: pihole
[Error]               Error: Dockerfile parse error line 1: unknown instruction: DOCKERFILE.ARMV7HF

Has anyone else run into this? Any suggestions? Thanks in advance!

Hello, im trying something similar on my Pi 3B but i get the message:
Error: no “Dockerfile[.*]”, “docker-compose.yml” or “package.json” file
found in source folder “.”
I’m a total newbie so i really don’t know if we even have the same problem but to my ears it sounds kinda the same. If some guru could come and give me some clear instructions I would be awfully grateful.

It sounds like you are not executing your push function from the project source folder. Copy the file path of the source folder from windows explorer, then enter ‘cd <paste_file_path_here>’ into terminal before executing ‘balena push
<your_project_name> —convert-eol’ without the quotation marks.

The issue that I described with the ‘dockerfile parse error’ in my original post has been addressed with an update by the developer.

Thank you so much! Have a nice day