Added yarn checks

This commit is contained in:
Pavel Pivovarov
2019-06-28 01:36:14 +00:00
parent f4e87f772b
commit e2ae5ee3cc

View File

@@ -26,6 +26,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
EXPOSE 3000