Sha256: 9c4ffd42bae1a0ff15c1ab1b6b6456c67e6643c10a7e684b3c13a58903f1ed2f
Contents?: true
Size: 91 Bytes
Versions: 1
Compression:
Stored size: 91 Bytes
Contents
FROM ruby:alpine RUN apk add --no-cache git WORKDIR /app COPY . /app/ RUN bundle install
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wrapbox-0.1.0 | Dockerfile |