Reduced amount of container layers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user