Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ EXPOSE 3000
RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc && bundle install --without test development --with postgresql"
ONBUILD RUN /bin/bash -l -c "rake assets:precompile" # if you want to build downstream, assume diaspora.yml already exists

CMD ['/bin/bash', '-l, '-c', '"bundle exec unicorn -c config/unicorn.rb"']
#CMD ['/bin/bash', '-l, '-c', '"bundle exec unicorn -c config/unicorn.rb"']
CMD /bin/bash -l -c "bundle exec unicorn -c config/unicorn.rb"