Skip to content
Snippets Groups Projects
Commit 1b576d85 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Make puma stays in foreground

parent 56174561
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ RUN addgroup --gid 1000 discourse \
&& mkdir -p ./tmp/sockets \
&& git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discourse.git \
&& cd ./discourse \
&& sed -i 's/daemonize true/daemonize false/g' ./config/puma.rb \
&& chown -R discourse:discourse . \
&& git remote set-branches --add origin tests-passed \
&& curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \
......
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