1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: reduce threads for bundling in docker

هذا الالتزام موجود في:
Adam Cooke
2024-03-01 10:21:51 +00:00
الأصل 633c509a45
التزام 5b022b9394

عرض الملف

@@ -36,7 +36,7 @@ RUN gem install bundler -v 2.5.6 --no-doc
# Install the latest and active gem dependencies and re-run
# the appropriate commands to handle installs.
COPY --chown=postal Gemfile Gemfile.lock ./
RUN bundle install -j 6
RUN bundle install -j 4
# Copy the application (and set permissions)
COPY ./docker/wait-for.sh /docker-entrypoint.sh