Reduced amount of container layers

This commit is contained in:
Pavel Pivovarov
2019-07-10 00:16:07 +00:00
parent 1231ca7eb7
commit 05e08fc39b

View File

@@ -29,8 +29,7 @@ RUN echo "gem 'sqlite3', '~> 1.3.6'" >> Gemfile && gem install bundler && bundle
VOLUME /app/db/database
RUN yarn install --check-files
RUN bundle exec rake assets:precompile
RUN yarn install --check-files; bundle exec rake assets:precompile
EXPOSE 3000