pgsync
pgsync copied to clipboard
can not docker build on main branch
Problem Description: can not docker build.
docker compose -f "docker-compose.yml" up -d --build
Error Message (if any):
I faced the same issue. If you change the first line of the Dockerfile to the following, it works:
FROM python:3