[ARVADOS] updated: 916a3a8b0dc64709b32e491cf249fcafe0762e65

git at public.curoverse.com git at public.curoverse.com
Mon Apr 20 15:23:58 EDT 2015


Summary of changes:
 docker/sso/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  916a3a8b0dc64709b32e491cf249fcafe0762e65 (commit)
      from  86e078ae126f6651428219c726c34da3bd7f7495 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 916a3a8b0dc64709b32e491cf249fcafe0762e65
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Apr 20 15:23:40 2015 -0400

    Docker: fix the build of the sso docker container.
    
    No issue #

diff --git a/docker/sso/Dockerfile b/docker/sso/Dockerfile
index 99e3f4e..107e4a9 100644
--- a/docker/sso/Dockerfile
+++ b/docker/sso/Dockerfile
@@ -18,9 +18,10 @@ RUN a2dissite default && \
     a2enmod rewrite && \
     a2enmod ssl && \
     cd /usr/src/sso-provider && \
+    cp config/environments/production.rb.example config/environments/production.rb && \
     RAILS_ENV=production /usr/local/rvm/bin/rvm-exec default bundle exec rake db:setup && \
     /usr/local/rvm/bin/rvm-exec default bundle exec rake assets:precompile && \
-    chown www-data:www-data tmp_omniauth log config.ru -R && \
+    chown www-data:www-data log config.ru -R && \
     chown www-data:www-data db db/production.sqlite3 && \
     /bin/mkdir /var/run/apache2
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list