manifest for *** not found: manifest unknown: manifest unknown

5.7k Views Asked by At

I run docker-compose -f src/main/docker/app.yml up jhipster command, but I get this error => manifest for *** not found: manifest unknown: manifest unknown

1

There are 1 best solutions below

0
U R On

As mentioned in the comments by Gael Marziou,I think you might have to build your image first.


Sample example: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/