feat: add config
This commit is contained in:
parent
373767990c
commit
2e968db866
|
@ -15,7 +15,7 @@ WORKDIR /app
|
|||
|
||||
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 && \
|
||||
bundle install --jobs 20
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
default: &default
|
||||
adapter: sqlite3
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
|
||||
development:
|
||||
|
|
Loading…
Reference in New Issue
Block a user