Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Fix Docker build [fixes #478]
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Apr 28, 2015
1 parent 664cad8 commit e672881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -30,7 +30,7 @@ ENV RAILS_ENV production
# add Gemfile first, then bundle install; this will make our builds cleaner
ADD .ruby-version /var/www/onebody/.ruby-version
ADD Gemfile /var/www/onebody/Gemfile
ADD Gemfile.lock /var/www/onebody/Gemfile.lock
ADD config/database.yml /var/www/onebody/config/database.yml
USER root
RUN chown -R onebody /var/www/onebody

Expand Down

0 comments on commit e672881

Please sign in to comment.