Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 219 Bytes

docker.md

File metadata and controls

8 lines (6 loc) · 219 Bytes

Turns out we need a custom image to make postgres work here

> docker build -t dchangdevoted/pyrseas-postgres:1.0.0 - < Dockerfile.postgres
> docker login
> docker push dchangdevoted/pyrseas-postgres:1.0.0