update dockerfile
This commit is contained in:
parent
4a0b0f7ad1
commit
5947763ba5
|
|
@ -10,6 +10,5 @@ COPY Gemfile Gemfile
|
|||
COPY Gemfile.lock Gemfile.lock
|
||||
RUN bundle install --jobs 20 --retry 5 --without development test
|
||||
COPY . .
|
||||
RUN bundle exec rake assets:precompile
|
||||
EXPOSE 3000
|
||||
CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue