just4give / helium-dyi-hotspot-balena-pi4

84 stars 29 forks source link

I have a "Warn" for a .dockerignore and for a build.sh. #16

Open Zotyo84 opened 3 years ago

Zotyo84 commented 3 years ago

Like this:

C:\balena-cli>chmod +x build.sh 'chmod' is not recognized as an internal or external command, operable program or batch file.

C:\balena-cli>./build.sh '.' is not recognized as an internal or external command, operable program or batch file.

C:\balena-cli>balena push helium_diy_hotspot_pi4 | Packaging the project source...[Warn] [Warn] ---------------------------------------------------------------------- [Warn] The following .dockerignore file(s) will not be used: [Warn] * C:\balena-cli\web.dockerignore [Warn] By default, only one .dockerignore file at the source folder (project [Warn] root) is used. Microservices (multicontainer) fleets may use a separate [Warn] .dockerignore file for each service with the --multi-dockerignore (-m) [Warn] option. See "balena help push" for more details.

And how i see. Its cant build up a gateway, because i cant see, just like a main service. Should i built up other gateway?

Somebody knows the problem?