Skip to content
Snippets Groups Projects
Unverified Commit de480941 authored by Daniel Molkentin's avatar Daniel Molkentin Committed by GitHub
Browse files

Use exec to let the container runtime send signals straight to rails (#5505)

This is recommended practice. See the docker documentation at
https://docs.docker.com/develop/develop-images/instructions/#entrypoint


for more information.

Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent 1a93303a
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,4 @@ rails assets:precompile ...@@ -28,4 +28,4 @@ rails assets:precompile
rails db:create rails db:create
rails db:migrate:with_data rails db:migrate:with_data
rails s -b 0.0.0.0 -p $PORT exec rails s -b 0.0.0.0 -p $PORT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment