Pushing the project code to your Raspberry Pi Impossible

Hello.
I’m stucked at this stage …
I get this log :

 C:\balena-cli>balena push balenaDash
[Info]     Starting build for balenaDash, user gh_touchthebitum
[Info]     Dashboard link: https://dashboard.balena-cloud.com/apps/1345780/devices
[Info]     Building on arm01
[Info]     Pulling previous images for caching purposes...
[Success]  Successfully pulled cache images
[Error]    Some services failed to build:
[Error]      Service: main
[Error]        Error: Cannot locate specified Dockerfile: Dockerfile
[Error]    Not deploying release.
Remote build failed

If you need help, don't hesitate in contacting us at:

  GitHub: https://github.com/balena-io/balena-cli/issues/new
  Forums: https://forums.balena.io

Help

Hi there, are you executing the command within the root folder of the repository? the error means that balena-cli could not find a Dockerfile in the current directory

I’m executing from c:/balena-cli

you need to execute that command from the repository that is created when you did git pull from github ( here https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes#downloadingthebalenadashprojectfromgithub )

sorry, I meant to write: from the folder that was created when you did git pull from github

in your link it says do download or git clone , but where do I type git clone https://github.com/balena-io-projects/balena-dash.git ?
I’m lost

ok , it worked

Hi just to make sure, have you managed to deploy the application in the end? Cheers!

Hi just to make sure, have you managed to deploy the application in the end? Cheers!

yes, Ithink. I have Youtube login page on the screen but I don’t see where I can cancel it to build a new dashboard

Would the section in the blogpost, called Displaying Your Own Content what you are looking for?

ok but I’m trying to insert a webpage and I always get youtube page

Hey @touchthebitum, did you add the **Device Variable**WPE_URL` where the value would be the URL you are trying to display?

Cheers