Closed emwiechnik closed 6 years ago
@emwiechnik the dockerfile is expecting that you already compiled the target into a jar. You'll need to do that first
I have created a PR to fix this and do the build inside docker. Also, I have fixed some other issues like glide up to install go dependencies and fixed the missing .js extension
Hi, I am trying to run your project within Docker on Win10.
To get through I had to update todos-api\Dockerfile:line 8 - added ".js" in the path.
Then I bumped into an issue with users-api:
I guess the build of the jar file is missing. There is info about building in microservice-app-example\users-api\README.md, but I have not been able to get it to work. Could you please apply the necessary corrections?