mirror of
https://github.com/chenasraf/opensnp.org-docker.git
synced 2026-05-18 01:49:07 +00:00
Build native recommendify worker (#6)
This commit is contained in:
@@ -7,4 +7,8 @@ ADD sidekiq-run /etc/service/sidekiq/run
|
||||
|
||||
USER app
|
||||
RUN bash -l -c 'bundle exec whenever --update-crontab'
|
||||
RUN bash -l -c 'cd $(bundle show recommendify); \
|
||||
bundle install --path /tmp/recommendify-bundle; \
|
||||
bundle exec rake build_native; \
|
||||
rm -rf /tmp/recommendify-bundle'
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user