Skip to content

Commit

Permalink
update docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 20, 2018
1 parent 169dfb2 commit 572626e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ WORKDIR /home/app/webapp
RUN mkdir -p vendor/bundle && \
chown -R app:app . && \
chmod -R 755 . && \
gem update --system && \
gem install bundler && \
/sbin/setuser app bundle install --path vendor/bundle

Expand Down

0 comments on commit 572626e

Please sign in to comment.