HomeSoftware Heritage

Fix entrypoint of most services

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix entrypoint of most services

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.

Details

Provenance
douarddaAuthored on Dec 20 2018, 2:18 PM
douarddaPushed on Dec 20 2018, 2:30 PM
Differential Revision
D864: Fix entrypoint of most services

Commit No Longer Exists

This commit no longer exists in the repository.