Sha256: 432f558ee496ce33ab98caa6553b78148a7a62ca9c11665b36c2d4ad0d848720

Contents?: true

Size: 97 Bytes

Versions: 3

Compression:

Stored size: 97 Bytes

Contents

FROM ruby:2.6.3-alpine3.10

RUN apk add git build-base
WORKDIR /app

COPY . .
RUN bundle install

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecs_deployer-2.3.2 Dockerfile
ecs_deployer-2.3.1 Dockerfile
ecs_deployer-2.3.0 Dockerfile