Improve development experience

This commit is contained in:
Jake Spain 2023-08-14 10:01:19 -04:00
parent 3f34b85dcb
commit 45388de4e1
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
12 changed files with 119 additions and 99 deletions

View file

@ -31,7 +31,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
COPY ./Gemfile* ./
RUN bundle config set --local jobs 3 && \
RUN bundle config set --local jobs 3 without development && \
bundle install
ENTRYPOINT ["docker-entrypoint.sh"]