Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
fixed permissions for app user
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Sep 18, 2018
1 parent f65b698 commit d9b6b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN cd /tmp/npm/frontend/ && RAILS_ENV=production npm install && mv /tmp/npm/fro

# Finally, copy over the whole thing
COPY . /usr/src/app
RUN chown -R $APP_USER:$APP_USER $APP_PATH
RUN cp docker/Procfile .
RUN cp packaging/conf/database.yml config/
RUN sed -i "s|Rails.groups(:opf_plugins)|Rails.groups(:opf_plugins, :docker)|" config/application.rb
Expand Down

0 comments on commit d9b6b86

Please sign in to comment.