asc-lab / micronaut-microservices-poc

Very simplified insurance sales system made in a microservices architecture using Micronaut
https://altkomsoftware.pl/en/blog/microservices-micronaut/
Apache License 2.0
490 stars 171 forks source link

fix: Change ./dist into ./public for web-vue module #39

Closed sebastianczech closed 4 years ago

sebastianczech commented 4 years ago

After executing:

sudo ./docker-build.sh

I was receiving error:

ERROR: Service 'mn-web-vue' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder230422020/dist: no such file or directory

I have changed Dockerfile to resolve the issue

witek1902 commented 4 years ago

@sebastianczech in README I wrote: image Did you do this? dist folder is created during build process.

sebastianczech commented 4 years ago

I have repeated whole procedure of local deployment starting from running build.sh then docker-run.sh. I don't know why previously I have errors. We can close this PR without changing code.