feature: configure stop signal
Main / build (push) Successful in 1m42s Details

This commit is contained in:
RouxAntoine 2024-03-03 15:47:16 +01:00
parent 3698ac1a76
commit b802e801ad
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ENV LANG fr_FR.utf8
ENV PURGE_OLD false
ENTRYPOINT ["docker-entrypoint.sh"]
# this is the default but in case of
STOPSIGNAL SIGTERM
EXPOSE 5432
CMD ["postgres"]