Sha256: 012247ffa02d5303659e745a353074c51f5e32422d70d0267143d16ff49f5a33

Contents?: true

Size: 246 Bytes

Versions: 27

Compression:

Stored size: 246 Bytes

Contents

FROM ruby:3.0.0

# Create app directory
WORKDIR /usr/src/app

# Copy app to directory
COPY . /usr/src/app

ENV BUNDLER_VERSION 2.2.9
RUN gem update --system
RUN gem install bundler:2.2.9
RUN bundle install

CMD ["bundle", "exec", "rake", "test"]

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
plaid-31.0.0 Dockerfile
plaid-30.0.0 Dockerfile
plaid-29.0.0 Dockerfile
plaid-27.0.0 Dockerfile
plaid-26.0.1 Dockerfile
plaid-26.0.0 Dockerfile
plaid-25.0.0 Dockerfile
plaid-24.4.0 Dockerfile
plaid-24.3.0 Dockerfile
plaid-24.2.0 Dockerfile
plaid-24.0.0 Dockerfile
plaid-23.0.0 Dockerfile
plaid-22.0.0 Dockerfile
plaid-21.3.0 Dockerfile
plaid-21.2.0 Dockerfile
plaid-21.1.0 Dockerfile
plaid-21.0.0 Dockerfile
plaid-20.0.0 Dockerfile
plaid-19.1.0 Dockerfile
plaid-19.0.0 Dockerfile