I’m attempting to build the all-in-one docker image using Docker version 27.2.0 and following the commands suggested in another thread:
docker build . -t Docker Hub Container Image Library | App Containerization -f backend/Dockerfile
docker build . -t Docker Hub Container Image Library | App Containerization -f web-frontend/Dockerfile
docker build . -t local_all_in_one -f deploy/all-in-one/Dockerfile
docker run local_all_in_one
But I encounter an error when I try to build the backend image:
Failing when trying to grab postgres? Appreciate if anyone could help me out or point me to any info out there on the process for building the docker image.