We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff5b6 commit 7b0e4b4Copy full SHA for 7b0e4b4
image/discourse_dev/Dockerfile
@@ -12,6 +12,9 @@ ADD sudoers.discourse /etc/sudoers.d/discourse
12
13
RUN sudo -u discourse bundle config set --global path /home/discourse/.bundle/gems
14
15
+# Add user-install ruby gems to PATH
16
+RUN echo 'PATH="$(ruby -r rubygems -e "puts Gem.user_dir")/bin:$PATH"' >> /home/discourse/.profile
17
+
18
# get redis going
19
ADD redis.template.yml /pups/redis.yml
20
RUN /pups/bin/pups /pups/redis.yml
0 commit comments