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
Asked
Active
Viewed 5,432 times
1
-
Have you built your image first? See https://www.jhipster.tech/docker-compose/#3 – Gaël Marziou Nov 01 '21 at 08:13
1 Answers
0
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/

U R
- 490
- 9
- 15