Open robin-collins opened 11 months ago
I updated the docker-compose file to use the ncarlier/readflow:edge image ("latest" tag doesn't exists). Docker build should work properly. What is your error message?
dont know if it relevant to this, but i almost want to ask then find read the error message
[readflow backend-builder 4/4] RUN make: 0.336 Makefile:40: /go/src/github.com/ncarlier/readflow/makefiles/docker/compose.Makefile: No such file or directory
then i read the docs Development To be able to build the project you will need to:
Install makefiles external helpers: $ git submodule init $ git submodule update
and it works.. something missing in Dockerfile? (trying to build the container for my arm64's raspberry pi 4)
docker build .
docker compose up (no ncarlier/readflow:latest)
modifying docker-compose.yml to have the build . command,
Also used latest brach, and release
how can so much be so wrong.