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?
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?