Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide docker-compose to run ALL of the things together as an example #369

Open
mensfeld opened this issue Oct 24, 2023 · 0 comments
Open

Comments

@mensfeld
Copy link
Member

mensfeld commented Oct 24, 2023

FROM ruby:3.2

RUN export DEBIAN_FRONTEND=noninteractive && \
  apt-get -y update && \
  apt-get -y upgrade && \
  apt-get install -y --no-install-recommends libsnappy-dev libjemalloc2 && \
  gem update --system && \
  bundle config --local silence_root_warning 1 && \
  bundle config --local github.https true && \
  bundle install

WORKDIR /app
COPY . /app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant