Skip to content

Commit

Permalink
ci: fix ARM docker containers not stopping immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla authored Jul 6, 2023
1 parent 20b06ef commit 5cdafb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/arm/docker-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5cdafb2

Please sign in to comment.