Skip to content

Commit

Permalink
Use the array form to pass properly SIGTERM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sally authored and SallySwartz committed Apr 13, 2018
1 parent e6aad94 commit 99e37aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ WORKDIR /home/discourse/discourse

USER discourse

CMD bundle exec rails server -b 0.0.0.0
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]

0 comments on commit 99e37aa

Please # to comment.