Sha256: 1fd38baba466088e31bef00175dcf0618edc248ad3d1a136e09b6fa8a7c1a33c

Contents?: true

Size: 262 Bytes

Versions: 18

Compression:

Stored size: 262 Bytes

Contents

FROM azisaka/ruby:2.1.4

USER root
RUN apt-get update
RUN apt-get install -y git-core

USER dev
ENV GEM_HOME /home/dev/.gems
ENV PATH /home/dev/.gems/bin:$PATH

COPY . /tmp
WORKDIR /tmp

RUN bundle install

VOLUME /app
WORKDIR /app

ENTRYPOINT bundle exec rspec

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
better-mundipagg-0.2.11 Dockerfile
better-mundipagg-0.2.10 Dockerfile
better-mundipagg-0.2.9 Dockerfile
better-mundipagg-0.2.8 Dockerfile
better-mundipagg-0.2.7 Dockerfile
better-mundipagg-0.2.6 Dockerfile
better-mundipagg-0.2.5 Dockerfile
better-mundipagg-0.2.4 Dockerfile
better-mundipagg-0.2.3 Dockerfile
better-mundipagg-0.2.2 Dockerfile
better-mundipagg-0.2.1 Dockerfile
better-mundipagg-0.2.0 Dockerfile
better-mundipagg-0.1.5 Dockerfile
better-mundipagg-0.1.3 Dockerfile
better-mundipagg-0.1.2 Dockerfile
better-mundipagg-0.1.1 Dockerfile
better-mundipagg-0.1.0 Dockerfile
better-mundipagg-0.0.1 Dockerfile