Skip to content

Commit

Permalink
Merge pull request #50 from mattrayner/mattrayner/remove-asset-compil…
Browse files Browse the repository at this point in the history
…ation

Removed `rails assets:compile` command from Dockerfile
  • Loading branch information
jehudson committed Aug 31, 2018
2 parents 71aeb90 + e21eebe commit 8de9984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ ENV RAILS_LOG_TO_STDOUT $RAILS_LOG_TO_STDOUT
ENV RACK_ENV $RACK_ENV
ENV RAILS_SERVE_STATIC_FILES true

# Precompile assets
RUN bundle exec rails assets:precompile

# Add additional labels to our image
ARG GIT_SHA=unknown
ARG GIT_TAG=unknown
Expand Down

0 comments on commit 8de9984

Please sign in to comment.