ci: fix ARM docker containers not stopping immediately

This commit is contained in:
Laurence Isla
2023-07-06 11:20:32 -05:00
committed by GitHub
parent 20b06efabe
commit 5cdafb23e7
+3 -1
View File
@@ -13,4 +13,6 @@ EXPOSE 3000
USER 1000
CMD postgrest
# Use the array form to avoid running the command using bash, which does not handle `SIGTERM` properly.
# See https://docs.docker.com/compose/faq/#why-do-my-services-take-10-seconds-to-recreate-or-stop
CMD ["postgrest"]