build from docker compose is failing #5624
Unanswered
sridharin2020
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to build a dev server for development purpose.
using a Ubuntu 22.04 LTS on GCP, 2 cores, 4GB mem, 10GB storage
installed docker-ce
created a local linux user called wekan gave sudo no password previledges in the sudoer file.
added to user to docker group to be able to run the docker commands without sudo.
checkedout the the latest code from https://github.com/wekan/wekan
uncommented
build: context: . dockerfile: Dockerfile
and ran
docker compose up -d --build
getting this error.
Beta Was this translation helpful? Give feedback.
All reactions