Skip to content

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

Description

@mensfeld
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions