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 1533278 commit 58e2300Copy full SHA for 58e2300
discourse/discourse.dockerfile
@@ -40,7 +40,7 @@ RUN sudo mkdir /var/run/postgresql/9.5-main.pg_stat_tmp && sudo chown postgres:p
40
bundle install && \
41
bundle exec rake db:create db:migrate && \
42
RAILS_ENV=test bundle exec rake db:create db:migrate && \
43
- gem install discourse_theme
+ sudo gem install discourse_theme
44
45
WORKDIR /home/user/discourse
46
0 commit comments