Skip to content
Snippets Groups Projects
Commit 99e37aa4 authored by Sally's avatar Sally Committed by SallySwarz
Browse files

Use the array form to pass properly SIGTERM

parent e6aad949
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment