You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2022. It is now read-only.
This repository was archived by the owner on Apr 22, 2022. It is now read-only.
"docker-divolte-docker-divolte-1 | standard_init_linux.go:228: exec user process caused: no such file or directory docker-divolte-docker-divolte-1 exited with code 1" while we build the docker compose file. Finally we get the error "docker-divolte-divolte-kafka-1 | 2022-04-01 07:46:37,100 INFO exited: kafka (exit status 1; not expected)" from the kafka container. #8
command used to spin up docker-compose is as follows: docker-compose up --build
The docker files when individually built builds fine without this particular error . Please help me understand what is going wrong here, also how to resolve this.