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

Fix sed

parent f97b563d
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ 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 \
&& sed -i 's/daemonize true/daemonize false/g' ./config/puma.rb \
&& curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \
${BUILD_DEPS} \
......
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