Sha256: f144bc8cced2092bae0bddbef920ddeb1fbe8d4467f788dfa5b7609fe5587c3f
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
FROM ruby:2.3-alpine RUN apk add --no-cache \ git build-base \ nano bash WORKDIR /app COPY Gemfile Gemfile.lock kommando.gemspec ./ COPY lib/kommando/version.rb ./lib/kommando/ RUN bundle install COPY . . ENTRYPOINT docker/entrypoint.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kommando-0.1.0 | docker/Dockerfile.alpine-2.3 |