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

Commit

Permalink
create tmp path so it gets owned by app user
Browse files Browse the repository at this point in the history
machisuji committed Oct 4, 2018
1 parent 34419a2 commit d801ae9
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
@@ -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 mkdir $APP_PATH/tmp
RUN chown -R $APP_USER:$APP_USER $APP_PATH
RUN cp docker/Procfile .
RUN cp packaging/conf/database.yml config/

0 comments on commit d801ae9

Please sign in to comment.