Closed mjmayer closed 6 years ago
Hi @mjmayer - thanks for reporting this and sorry for the issue. I believe this has been fixed now. Could you git pull
and try again to confirm? Thanks.
I confirmed that this is fixed locally. I'm going to close but if you still have an issue, feel free to re-open or file another issue. Thanks for pointing this out!
The command
docker build .
is failing when using PasswordPusher/containerization/passwordpusher-postgres/DockerfileThis is the output of the build command. It seems the build is failing because it can't reach the postgres server or more specifically it can't resolve the dns name postgres. The computer I'm building this on does not have access to the external postgres server. Can the docker image be built without access to the postgres server?