From e21eebe49c0c2e98a2dc75f9c2eadc51acd49cc1 Mon Sep 17 00:00:00 2001 From: Matt Rayner Date: Fri, 31 Aug 2018 11:11:09 +0100 Subject: [PATCH] Removed `rails assets:compile` command from Dockerfile * Not needed as it's an API and has no assets --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca454495..4936422c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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