Skip to content

Commit

Permalink
Merge pull request #1305 from travis-ci/bf-precompile-assets-for-docker
Browse files Browse the repository at this point in the history
Precompile Assets for Docker builds
  • Loading branch information
BanzaiMan authored Feb 8, 2018
2 parents 75db1a6 + bc57c8c commit b52ded1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ RUN bundle install

COPY . /usr/src/app

RUN bundle exec rake assets:precompile

CMD bundle exec je puma -I lib -p ${PORT:-4000} -t ${PUMA_MIN_THREADS:-8}:${PUMA_MAX_THREADS:-12} -w ${PUMA_WORKERS:-2}

0 comments on commit b52ded1

Please sign in to comment.