Added yarn checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user