Compare commits
No commits in common. "bd5082ff3f33ab7b21f05b837a974ca963318145" and "2e968db86633fd8bbe46e2b9df57d8e23a32a75a" have entirely different histories.
bd5082ff3f
...
2e968db866
|
@ -15,7 +15,7 @@ WORKDIR /app
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
COPY Gemfile* package.json yarn.lock /app/
|
COPY Gemfile* package.json yarn.lock /app/ /config/
|
||||||
|
|
||||||
RUN gem install bundler -v 2.1.4 && \
|
RUN gem install bundler -v 2.1.4 && \
|
||||||
bundle install --jobs 20
|
bundle install --jobs 20
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7'
|
||||||
# Reduces boot times through caching; required in config/boot.rb
|
# Reduces boot times through caching; required in config/boot.rb
|
||||||
gem 'bootsnap', '>= 1.4.2', require: false
|
gem 'bootsnap', '>= 1.4.2', require: false
|
||||||
gem 'rails_12factor', group: :production
|
gem 'rails_12factor', group: :production
|
||||||
gem 'psych', '< 4'
|
|
||||||
gem 'rack-cors'
|
gem 'rack-cors'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user