Skip to content

Commit

Permalink
avoid 'text file busy'
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiro99 committed Nov 3, 2015
1 parent 063d001 commit 1ef97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz -O - | tar
RUN apt-get install -y sudo supervisor logrotate && apt-get clean

ADD resources/ /redmine/
RUN chmod 755 /redmine/redmine /redmine/setup/install && /redmine/setup/install
RUN chmod 755 /redmine/redmine /redmine/setup/install && sync && /redmine/setup/install

EXPOSE 80

Expand Down

0 comments on commit 1ef97fa

Please sign in to comment.