I’m getting this error when pushing to my Resin application:
...
[Info] Building on 'local'
[Info] Pulling old image for caching purposes
[Error] Project type resolution could not be performed, please add one of the following:
[Error] Dockerfile
[Error] Dockerfile.template
[Error] package.json
[Error] Could not determine the project type
...
I’m pushing with git push -f resin HEAD:master
.
The project clearly has a Dockerfile
which have been tested working several times before.