ncarlier / readflow

readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity.
https://about.readflow.app
GNU Affero General Public License v3.0
414 stars 33 forks source link

Unable to build container #67

Open robin-collins opened 11 months ago

robin-collins commented 11 months ago

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.

ncarlier commented 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?

user9931 commented 9 months ago

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)