From: Ward Vandewege Date: Mon, 20 Apr 2015 19:23:40 +0000 (-0400) Subject: Docker: fix the build of the sso docker container. X-Git-Tag: 1.1.0~1671 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/916a3a8b0dc64709b32e491cf249fcafe0762e65 Docker: fix the build of the sso docker container. No issue # --- diff --git a/docker/sso/Dockerfile b/docker/sso/Dockerfile index 99e3f4e41d..107e4a9257 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