Page MenuHomeSoftware Heritage

Fix entrypoint of most services
ClosedPublic

Authored by douardda on Dec 20 2018, 2:22 PM.

Details

Summary

Setting .pgpass perms to 0400 prevent a container from being restarted
without being recreated (docker-compose restart fails), since the
echo xxx > .pgpass fails because the .pgpass already exists and is
read only.

Diff Detail

Repository
rCDFD Dockerfiles for developers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.